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