summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2018-07-31 01:09:37 +0800
committerTing-Wei Lan2018-07-31 01:11:24 +0800
commit55b788d033b7ad3b646de64477ae599a9986dc91 (patch)
treed7fc4527d2801607203882c7dc283f2c10629f74
parentbc33946f3aeaea5cc1c835ba1fbe04416d7a4f63 (diff)
downloadaur-55b788d033b7ad3b646de64477ae599a9986dc91.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 9fd8a309b094..5e44e59761a6 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-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/PKGBUILD b/PKGBUILD
index eb158a985383..feae85756663 100644
--- a/PKGBUILD
+++ b/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')