summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2018-07-31 01:09:37 +0800
committerTing-Wei Lan2018-07-31 01:11:24 +0800
commite40e2fb197cf0e4401382938ece1e435682c4528 (patch)
treed0c4318b568eac92ac919315781e082a2937ae50
parente92aeacd84adcc8b9a1242d59f4f4eef4b574d32 (diff)
downloadaur-e40e2fb197cf0e4401382938ece1e435682c4528.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 8c51b3f11149..6b4a0ed22422 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-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/PKGBUILD b/PKGBUILD
index 42e7546fef8f..193671cbda07 100644
--- a/PKGBUILD
+++ b/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')