summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2015-06-09 15:35:17 +0100
committerCharles Bos2015-06-09 15:35:17 +0100
commitcbf9c9e0c2763162862e6b0043400426914a489b (patch)
tree99656f7261e0cfbcb57b5dad5aa22ac0b2e149d7
parent4c5109242dcf2599dfe12e45967d95953154ace0 (diff)
downloadaur-cbf9c9e0c2763162862e6b0043400426914a489b.tar.gz
remove notification-daemon as a dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec02971be769..126d5542047a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 4.2.1
-# Sun May 3 10:58:15 UTC 2015
pkgbase = listen
pkgdesc = Music player and management for GNOME
pkgver = 0.6.5
- pkgrel = 13
+ pkgrel = 14
url = https://launchpad.net/listen
install = listen.install
arch = i686
@@ -18,7 +16,6 @@ pkgbase = listen
depends = desktop-file-utils
depends = gnome-icon-theme
depends = gstreamer0.10-python
- depends = notification-daemon
depends = pyxdg
depends = pywebkitgtk
depends = python2-pyinotify
diff --git a/PKGBUILD b/PKGBUILD
index 5aaae4cfa552..d9af12b1cd1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=listen
pkgver=0.6.5
-pkgrel=13
+pkgrel=14
pkgdesc="Music player and management for GNOME"
arch=('i686' 'x86_64')
url="https://launchpad.net/listen"
license=('GPL2')
depends=('python2-egg' 'python2-libgnome' 'mutagen' 'desktop-file-utils'
- 'gnome-icon-theme' 'gstreamer0.10-python' 'notification-daemon' 'pyxdg'
+ 'gnome-icon-theme' 'gstreamer0.10-python' 'pyxdg'
'pywebkitgtk' 'python2-pyinotify' 'gstreamer0.10-good-plugins' 'dbus-python')
makedepends=('intltool' 'docbook2x' 'docbook-xml')
optdepends=('python2-musicbrainz2: musicbrainz & cd support'