summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {