summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58fc0405d4ad..3f4b4d794a93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Oct 14 15:28:07 UTC 2017
+# Tue Dec 5 19:27:02 UTC 2017
pkgbase = librespot-git
pkgdesc = An open source client library for Spotify.
pkgver = 363.8971d3a
@@ -8,6 +8,7 @@ pkgbase = librespot-git
url = https://github.com/plietar/librespot
arch = i686
arch = x86_64
+ arch = armv6h
arch = armv7h
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 5536a308faeb..063f39e620e5 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' 'armv7h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/plietar/librespot"
license=('MIT')
depends=('libvorbis' 'alsa-lib')