summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-06-01 07:44:44 -0400
committerAndrew Sun2019-06-01 07:44:44 -0400
commitc92d756e9a48e5c8de9e4953074775efe9b16e6d (patch)
tree100dba1874e4a4f34618671de02388cca1051934
parent8a1ad37f6dad5e1d0cd01ba1de5820d7ab83748e (diff)
downloadaur-c92d756e9a48e5c8de9e4953074775efe9b16e6d.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 fca29ebd8319..3ab2f70d5c80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = rem
url = http://creytiv.com/rem.html
arch = i686
arch = x86_64
+ arch = armv6h
license = BSD
depends = re
source = http://creytiv.com/pub/rem-0.6.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7b5e589df582..8e76adfa50ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=rem
pkgver=0.6.0
pkgrel=1
pkgdesc="portable library for real-time audio and video processing"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
url="http://creytiv.com/rem.html"
license=('BSD')
depends=('re')