summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2019-12-28 10:59:24 +0100
committerVarakh2019-12-28 10:59:24 +0100
commit01d17a7b173d4e8bc97244e489ec0994fa2fa8e8 (patch)
tree834bf5bb2c2740ab34524521748d3b7159d29cd0
parentc076f244b81d6289e5560a386ea9bdd6e840e352 (diff)
downloadaur-01d17a7b173d4e8bc97244e489ec0994fa2fa8e8.tar.gz
Remove arm arch, use spotifyd instead
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd7048fd47cc..a631c17f89d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
pkgbase = spotifyd-bin-full
pkgdesc = A spotify playing daemon - full distribution
pkgver = 0.2.20
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Spotifyd/spotifyd
arch = x86_64
- arch = armv6h
- arch = armv7h
arch = aarch64
license = GPL3
depends = libpulse
diff --git a/PKGBUILD b/PKGBUILD
index b343a5c33bbd..81167660f893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=('spotifyd-bin-full')
pkgver=0.2.20
-pkgrel=1
+pkgrel=2
conflicts=('spotifyd')
provides=('spotifyd')
depends=('libpulse' 'dbus')
-arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'aarch64')
license=('GPL3')
pkgdesc="A spotify playing daemon - full distribution"
url="https://github.com/Spotifyd/spotifyd"