summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Jon Bjørkum2015-10-27 00:48:01 +0100
committerOle Jon Bjørkum2015-10-27 00:48:01 +0100
commita1e66494e7261d349fa73a083db33dfeb020720a (patch)
tree26d89d90339aeca1ad981c5fdcd177f6b2064c07
parent6a6757d0f4b882672c931a64d8a5c909320081c6 (diff)
downloadaur-a1e66494e7261d349fa73a083db33dfeb020720a.tar.gz
SpotCommander 12.5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25a1894411a1..74c25171ade3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotcommander
pkgdesc = The most intuitive and feature-rich remote control for Spotify for Linux.
pkgver = 12.5
- pkgrel = 2
+ pkgrel = 3
url = http://www.olejon.net/code/spotcommander
install = spotcommander.install
arch = any
@@ -13,6 +13,7 @@ pkgbase = spotcommander
depends = qt4
depends = inotify-tools
depends = xdotool
+ depends = python2-xdg
source = http://www.olejon.net/code/spotcommander/files/spotcommander-12.5.tar.bz2
md5sums = d51fd04ae5d472242665c046b04399a6
diff --git a/PKGBUILD b/PKGBUILD
index 8e2e9e757fbb..218d9d884f26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=spotcommander
pkgver=12.5
-pkgrel=2
+pkgrel=3
pkgdesc="The most intuitive and feature-rich remote control for Spotify for Linux."
arch=('any')
url="http://www.olejon.net/code/spotcommander"
license=('GPL3')
-depends=('apache' 'php' 'php-apache' 'php-sqlite' 'qt4' 'inotify-tools' 'xdotool')
+depends=('apache' 'php' 'php-apache' 'php-sqlite' 'qt4' 'inotify-tools' 'xdotool' 'python2-xdg')
install=$pkgname.install
source=($url/files/$pkgname-$pkgver.tar.bz2)
md5sums=('d51fd04ae5d472242665c046b04399a6')