summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpike292016-06-22 11:26:25 +0200
committerSpike292016-06-22 11:26:25 +0200
commit019171f3927ecde6d29c9d047c42e8fae57fd3d9 (patch)
treebf2f8711c499a2b1601710ba59fad253d5c94a36 /PKGBUILD
parent753f13672d430e3007c36519b5558d4a1a1b7649 (diff)
downloadaur-019171f3927ecde6d29c9d047c42e8fae57fd3d9.tar.gz
Make perl-net-dbus a non-optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ae146f7085a..fba750493bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=gmusicbrowser
pkgver=1.1.15
-pkgrel=5
+pkgrel=6
pkgdesc="A customizable open-source jukebox for large collections"
arch=('any')
url="http://gmusicbrowser.org"
license=('GPL3')
-depends=('gtk2-perl' 'hicolor-icon-theme')
+depends=('gtk2-perl' 'hicolor-icon-theme' 'perl-net-dbus')
optdepends=('alsa-utils: enables the ALSA backend'
'flac123: flac support for the ALSA backend'
'mpg321: mp3 support for the ALSA backend'
@@ -32,7 +32,6 @@ optdepends=('alsa-utils: enables the ALSA backend'
'perl-gtk2-appindicator: app indicator plugin support'
'perl-gtk2-mozembed: web-based plugins support'
'perl-gtk2-webkit: alternative web-based plugin support'
- 'perl-net-dbus: control gmusicbrowser through dbus and gnome hotkeys'
'perl-gtk2-notify: show notifications using libnotify'
'perl-html-parser: support for accented characters in lyrics plugin')
conflicts=('gmusicbrowser-git' 'gmusicbrowser-shimmer' 'gmusicbrowser-shimmer-git')