summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-06-01 07:44:00 -0400
committerAndrew Sun2019-06-01 07:44:00 -0400
commitc396be2c764ca384bc33b173c61de4dbcbf69d3f (patch)
treeaa2f6da88fae2f860249f668291f27461ed8a3d2
parent914a25b60dbbb3d353d06d41215e3d10167828a4 (diff)
downloadaur-c396be2c764ca384bc33b173c61de4dbcbf69d3f.tar.gz
add armv6h arch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af7f1ef25916..41b30bd3ea6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = re
url = http://creytiv.com/re.html
arch = i686
arch = x86_64
+ arch = armv6h
license = BSD
depends = openssl
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 8c5320e53dfa..567fde1a78e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=re
pkgver=0.6.0
pkgrel=1
pkgdesc="portable library for real-time communications"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
url="http://creytiv.com/re.html"
license=('BSD')
depends=('openssl' 'zlib')