summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2016-01-22 16:07:37 +0100
committerSibren Vasse2016-01-22 16:07:37 +0100
commit5217c22ded63a953f326cd99c787357569c0e0c9 (patch)
tree359db2360d12c2aae0029e57ec90ac7b2163fc43
parent8ffa1e51e420a59e359df9822d447b5c38f2e5a9 (diff)
downloadaur-5217c22ded63a953f326cd99c787357569c0e0c9.tar.gz
Add xdotool dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78bc6e81fb3b..32cfe8ded589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Jan 22 15:06:16 UTC 2016
pkgbase = spotify-adkiller
pkgdesc = Your Party with Spotify - but without ads!
pkgver = 10
@@ -6,9 +8,12 @@ pkgbase = spotify-adkiller
url = https://github.com/SecUpwN/Spotify-AdKiller
arch = any
license = GPL3
+ makedepends = git
depends = xorg-xprop
depends = libpulse
depends = libnotify
+ depends = pulseaudio
+ depends = xdotool
source = spotify-adkiller::git+http://github.com/SecUpwN/Spotify-AdKiller#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 93a2409a4972..30a7a7d1310c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgname=spotify-adkiller
source=("spotify-adkiller::git+http://github.com/SecUpwN/Spotify-AdKiller#branch=master")
url="https://github.com/SecUpwN/Spotify-AdKiller"
pkgver=10
-pkgrel=1
+pkgrel=2
epoch=0
pkgdesc="Your Party with Spotify - but without ads!"
arch=('any')
makedepends=('git')
license=('GPL3')
-depends=("xorg-xprop" "libpulse" "libnotify" "pulseaudio")
+depends=("xorg-xprop" "libpulse" "libnotify" "pulseaudio" "xdotool")
md5sums=('SKIP')
package() {