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 629aabbe8d5a..67d7016596b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Sep 23 09:49:00 UTC 2017
+# Sat Sep 23 09:49:18 UTC 2017
pkgbase = librespot-git
pkgdesc = An open source client library for Spotify.
pkgver = 357.ddfc28f
@@ -8,6 +8,7 @@ pkgbase = librespot-git
url = https://github.com/plietar/librespot
arch = i686
arch = x86_64
+ arch = armv7h
license = MIT
makedepends = git
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index 445d2d087b25..8bf9cbbebbf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=357.ddfc28f
pkgrel=2
epoch=1
pkgdesc="An open source client library for Spotify."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/plietar/librespot"
license=('MIT')
depends=('protobuf' 'libvorbis' 'alsa-lib')