summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle2016-02-08 08:30:33 -0500
committerKyle2016-02-08 08:30:33 -0500
commit1f5125b685471fa90b319d309f72f233cd7a5128 (patch)
tree38d562112b5a45a06fe4bd1664e3872f9b65cb10
parent96dc8f0166bce83aa7d85c50cef2bd300ee1f302 (diff)
downloadaur-1f5125b685471fa90b319d309f72f233cd7a5128.tar.gz
support armv6h and armv7h architectures
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59f9c31d1c4c..5fa2d35e616a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,12 @@
+# Generated by mksrcinfo v8
+# Mon Feb 8 13:30:03 UTC 2016
pkgbase = opus-git
pkgdesc = codec designed for interactive speech and audio transmission over the Internet (git master)
pkgver = 0.0
pkgrel = 1
url = http://www.opus-codec.org/
+ arch = armv6h
+ arch = armv7h
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index dab9a4d18d3f..3ca1bfdf0a75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=opus
pkgver=0.0 # automatically determined from git origin
pkgrel=1
pkgdesc="codec designed for interactive speech and audio transmission over the Internet (git master)"
-arch=('i686' 'x86_64')
+arch=('armv6h' 'armv7h' 'i686' 'x86_64')
url="http://www.opus-codec.org/"
license=('BSD')
depends=('glibc')