summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2018-01-26 14:12:59 +0200
committerChristoph Gysin2018-01-26 14:13:17 +0200
commit71121e8636c747e4f4ac42f87e6c08e411278e8a (patch)
tree20545e8697d6a330ef0b195c69ad947013a89bd7
parentfd853e7aec422fec96996ca5078d3277deb12325 (diff)
downloadaur-71121e8636c747e4f4ac42f87e6c08e411278e8a.tar.gz
add arch aarch64
Thanks to @aerosq
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f4b4d794a93..5b384a9dcda8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 5 19:27:02 UTC 2017
+# Fri Jan 26 12:13:00 UTC 2018
pkgbase = librespot-git
pkgdesc = An open source client library for Spotify.
pkgver = 363.8971d3a
@@ -10,6 +10,7 @@ pkgbase = librespot-git
arch = x86_64
arch = armv6h
arch = armv7h
+ arch = aarch64
license = MIT
makedepends = git
makedepends = rust
diff --git a/PKGBUILD b/PKGBUILD
index 063f39e620e5..fbbe6e57c778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=363.8971d3a
pkgrel=1
epoch=1
pkgdesc="An open source client library for Spotify."
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/plietar/librespot"
license=('MIT')
depends=('libvorbis' 'alsa-lib')