summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Jon Bjørkum2016-05-02 20:51:05 +0200
committerOle Jon Bjørkum2016-05-02 20:51:05 +0200
commit7ee5d04cd0ce3cc6fbc63a97d75fac74f6f98d30 (patch)
tree8820db2660aeaedcbcb59be96b2dc0251dbcd6c6
parent509a095a0de44a5dc05c1ccda92336f12109cd00 (diff)
downloadaur-7ee5d04cd0ce3cc6fbc63a97d75fac74f6f98d30.tar.gz
SpotCommander 12.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f794415674bf..ee30c057e091 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.7
- pkgrel = 1
+ pkgrel = 2
url = http://www.olejon.net/code/spotcommander
install = spotcommander.install
arch = any
@@ -15,6 +15,8 @@ pkgbase = spotcommander
depends = xdotool
depends = xautomation
depends = python2-xdg
+ optdepends = pulseaudio
+ optdepends = pulseaudio-alsa
source = http://www.olejon.net/code/spotcommander/files/spotcommander-12.7.tar.bz2
md5sums = f253bf450ce7560c54e903566d07af90
diff --git a/PKGBUILD b/PKGBUILD
index b16864092d56..9580d03894db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=spotcommander
pkgver=12.7
-pkgrel=1
+pkgrel=2
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' 'xautomation' 'python2-xdg')
+optdepends=('pulseaudio' 'pulseaudio-alsa')
install=$pkgname.install
source=($url/files/$pkgname-$pkgver.tar.bz2)
md5sums=('f253bf450ce7560c54e903566d07af90')