summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')