summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle2016-04-02 12:21:01 -0400
committerKyle2016-04-02 12:21:01 -0400
commit98d6c5537398c10db2794186ed4dabf53a2b5592 (patch)
tree25a35e0f813b1c83885689189c717eb381d9ef69
parent1f5125b685471fa90b319d309f72f233cd7a5128 (diff)
downloadaur-98d6c5537398c10db2794186ed4dabf53a2b5592.tar.gz
Added aarch64, tested and working
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ca1bfdf0a75..8406fa22dc87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Kyle <kyle@gmx.ca>
pkgname=opus-git
_gitname=opus
-pkgver=0.0 # automatically determined from git origin
+pkgver=1.1.1.rc.74.ge40df01 # automatically determined from git origin
pkgrel=1
pkgdesc="codec designed for interactive speech and audio transmission over the Internet (git master)"
-arch=('armv6h' 'armv7h' 'i686' 'x86_64')
+arch=('aarch64' 'armv6h' 'armv7h' 'i686' 'x86_64')
url="http://www.opus-codec.org/"
license=('BSD')
depends=('glibc')