diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2018-07-31 01:09:37 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2018-07-31 01:11:24 +0800 |
commit | 0f2f47e43e0429a54cb42cbb11bf0ce176697ec2 (patch) | |
tree | df938ebcadede4fd36417c050e5faf69e54c9836 | |
parent | ae862e7d5f7cdc2f2108f41aeb8a396d5d3be4ad (diff) | |
download | AUR4-PKGBUILD-0f2f47e43e0429a54cb42cbb11bf0ce176697ec2.tar.gz AUR4-PKGBUILD-0f2f47e43e0429a54cb42cbb11bf0ce176697ec2.tar.zst AUR4-PKGBUILD-0f2f47e43e0429a54cb42cbb11bf0ce176697ec2.zip |
guile-{bytestructures,git-lib,sqlite3,ssh},guix: Add armv7h to arch
Reported to work fine on ARM devices.
-rw-r--r-- | guile-bytestructures/.SRCINFO | 3 | ||||
-rw-r--r-- | guile-bytestructures/PKGBUILD | 2 | ||||
-rw-r--r-- | guile-git-lib/.SRCINFO | 3 | ||||
-rw-r--r-- | guile-git-lib/PKGBUILD | 2 | ||||
-rw-r--r-- | guile-sqlite3/.SRCINFO | 3 | ||||
-rw-r--r-- | guile-sqlite3/PKGBUILD | 2 | ||||
-rw-r--r-- | guile-ssh/.SRCINFO | 3 | ||||
-rw-r--r-- | guile-ssh/PKGBUILD | 2 | ||||
-rw-r--r-- | guix/.SRCINFO | 3 | ||||
-rw-r--r-- | guix/PKGBUILD | 2 |
10 files changed, 15 insertions, 10 deletions
diff --git a/guile-bytestructures/.SRCINFO b/guile-bytestructures/.SRCINFO index 8c51b3f..6b4a0ed 100644 --- a/guile-bytestructures/.SRCINFO +++ b/guile-bytestructures/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Sun Jul 15 08:25:32 UTC 2018 +# Mon Jul 30 17:09:38 UTC 2018 pkgbase = guile-bytestructures pkgdesc = Structured access library to bytevector contents for Guile pkgver = 1.0.3 @@ -7,6 +7,7 @@ pkgbase = guile-bytestructures url = https://github.com/TaylanUB/scheme-bytestructures arch = x86_64 arch = i686 + arch = armv7h license = GPL3 makedepends = git depends = guile diff --git a/guile-bytestructures/PKGBUILD b/guile-bytestructures/PKGBUILD index 42e7546..193671c 100644 --- a/guile-bytestructures/PKGBUILD +++ b/guile-bytestructures/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=bytestructures pkgver=1.0.3 pkgrel=1 pkgdesc='Structured access library to bytevector contents for Guile' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'armv7h') url="https://github.com/TaylanUB/scheme-bytestructures" license=('GPL3') depends=('guile') diff --git a/guile-git-lib/.SRCINFO b/guile-git-lib/.SRCINFO index e6b9d82..9f82fe6 100644 --- a/guile-git-lib/.SRCINFO +++ b/guile-git-lib/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Sun Jul 15 08:25:32 UTC 2018 +# Mon Jul 30 17:09:38 UTC 2018 pkgbase = guile-git-lib pkgdesc = Guile bindings for libgit2 pkgver = 0.1.0 @@ -7,6 +7,7 @@ pkgbase = guile-git-lib url = https://gitlab.com/guile-git/guile-git arch = x86_64 arch = i686 + arch = armv7h license = GPL3 makedepends = git depends = guile diff --git a/guile-git-lib/PKGBUILD b/guile-git-lib/PKGBUILD index 32f0c87..c227e90 100644 --- a/guile-git-lib/PKGBUILD +++ b/guile-git-lib/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=guile-git pkgver=0.1.0 pkgrel=1 pkgdesc='Guile bindings for libgit2' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'armv7h') url="https://gitlab.com/guile-git/guile-git" license=('GPL3') depends=('guile' 'guile-bytestructures' 'libgit2') diff --git a/guile-sqlite3/.SRCINFO b/guile-sqlite3/.SRCINFO index 9fd8a30..5e44e59 100644 --- a/guile-sqlite3/.SRCINFO +++ b/guile-sqlite3/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Sun Jul 15 08:25:32 UTC 2018 +# Mon Jul 30 17:09:38 UTC 2018 pkgbase = guile-sqlite3 pkgdesc = Guile bindings for the SQLite3 database engine pkgver = 0.1.0 @@ -7,6 +7,7 @@ pkgbase = guile-sqlite3 url = https://notabug.org/civodul/guile-sqlite3 arch = x86_64 arch = i686 + arch = armv7h license = LGPL3 depends = guile depends = sqlite3 diff --git a/guile-sqlite3/PKGBUILD b/guile-sqlite3/PKGBUILD index eb158a9..feae857 100644 --- a/guile-sqlite3/PKGBUILD +++ b/guile-sqlite3/PKGBUILD @@ -4,7 +4,7 @@ pkgname=guile-sqlite3 pkgver=0.1.0 pkgrel=1 pkgdesc='Guile bindings for the SQLite3 database engine' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'armv7h') url="https://notabug.org/civodul/guile-sqlite3" license=('LGPL3') depends=('guile' 'sqlite3') diff --git a/guile-ssh/.SRCINFO b/guile-ssh/.SRCINFO index 0ffb7f0..075525a 100644 --- a/guile-ssh/.SRCINFO +++ b/guile-ssh/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Sun Jul 15 08:25:32 UTC 2018 +# Mon Jul 30 17:09:39 UTC 2018 pkgbase = guile-ssh pkgdesc = SSH module for Guile based on libssh pkgver = 0.11.3 @@ -7,6 +7,7 @@ pkgbase = guile-ssh url = https://github.com/artyom-poptsov/guile-ssh arch = x86_64 arch = i686 + arch = armv7h license = GPL3 depends = guile>=2.0.9 depends = libssh>=0.7.3 diff --git a/guile-ssh/PKGBUILD b/guile-ssh/PKGBUILD index 9b7ebef..260d25f 100644 --- a/guile-ssh/PKGBUILD +++ b/guile-ssh/PKGBUILD @@ -4,7 +4,7 @@ pkgname=guile-ssh pkgver=0.11.3 pkgrel=1 pkgdesc='SSH module for Guile based on libssh' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'armv7h') url="https://github.com/artyom-poptsov/guile-ssh" license=('GPL3') depends=( diff --git a/guix/.SRCINFO b/guix/.SRCINFO index dfe3f65..7c3a24a 100644 --- a/guix/.SRCINFO +++ b/guix/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Sun Jul 15 08:25:32 UTC 2018 +# Mon Jul 30 17:09:39 UTC 2018 pkgbase = guix pkgdesc = A purely functional package manager for the GNU system pkgver = 0.15.0 @@ -8,6 +8,7 @@ pkgbase = guix install = guix.install arch = x86_64 arch = i686 + arch = armv7h license = GPL3 makedepends = bash-completion makedepends = fish diff --git a/guix/PKGBUILD b/guix/PKGBUILD index ed238d8..95f9a0d 100644 --- a/guix/PKGBUILD +++ b/guix/PKGBUILD @@ -9,7 +9,7 @@ pkgname=guix pkgver=0.15.0 pkgrel=1 pkgdesc="A purely functional package manager for the GNU system" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'armv7h') url="https://www.gnu.org/software/guix/" license=('GPL3') options=('!strip') |