summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle2016-02-08 08:37:51 -0500
committerKyle2016-02-08 08:37:51 -0500
commitdec5d3407fed0099756d6bfa28e9ba669e241bde (patch)
tree2956ac7c06233ab88e6937ec3ca1755767572931 /PKGBUILD
parentd0f2d5cefd86e7db9ce6f6661b4d20073b86d74f (diff)
downloadaur-dec5d3407fed0099756d6bfa28e9ba669e241bde.tar.gz
Support armv6h and armv7h architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 355147f96ca2..4d0d44044342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=opus-tools
pkgver=0.1.9.9.gaa7e018 # determined from git origin
pkgrel=1
pkgdesc="A collection of tools for working with opus files (git version)"
-arch=(i686 x86_64)
+arch=(armv6h armv7h i686 x86_64)
url="http://wiki.xiph.org/Opus-tools"
license=('BSD')
depends=(opus libogg)