summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2018-07-31 01:09:37 +0800
committerTing-Wei Lan2018-07-31 01:11:24 +0800
commit851888d2f141ae89aa6ae2f4a7dfd323f417650d (patch)
tree770321e9906405d6f2f6be316150dc456e0e6df4
parent9fbfe729a7f067f10bae62471a5a8396eecfdd55 (diff)
downloadaur-851888d2f141ae89aa6ae2f4a7dfd323f417650d.tar.gz
guile-{bytestructures,git-lib,sqlite3,ssh},guix: Add armv7h to arch
Reported to work fine on ARM devices.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b9d82a5e56..9f82fe67a006 100644
--- a/.SRCINFO
+++ b/.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/PKGBUILD b/PKGBUILD
index 32f0c87c7c17..c227e906de03 100644
--- a/PKGBUILD
+++ b/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')