summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2019-04-02 14:58:01 -0400
committerStorm Dragon2019-04-02 14:58:01 -0400
commit58d47ea481b81d4cc162b59fb02e39cc3ae6f0ea (patch)
tree89482656aabc37128eba66bb93c1582969598b79
parent6e1bf6933db12286458db1a2ba1adaf65616af8e (diff)
downloadaur-58d47ea481b81d4cc162b59fb02e39cc3ae6f0ea.tar.gz
Added aarm64.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78d3388dd9bb..0959c6d31b63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# Tue Apr 2 16:54:03 UTC 2019
+# Tue Apr 2 18:57:47 UTC 2019
pkgbase = barnard-git
pkgdesc = A command line mumble client.
pkgver = 20181106
pkgrel = 1
url = https://github.com/layeh/barnard
+ arch = aarch64
arch = armv7h
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 93276ce13498..b7ad697951a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="barnard-git"
pkgver=20181106
pkgrel=1
pkgdesc="A command line mumble client."
-arch=('armv7h' 'x86_64')
+arch=('aarch64' 'armv7h' 'x86_64')
url="https://github.com/layeh/barnard"
license=('GPL2')
depends=('openal' 'opus')