summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-03-01 15:12:03 +0100
committerFabioLolix2021-03-01 15:12:03 +0100
commitcbc1ebd1c6dcd61de10ce3af5808dbec3eea0ce2 (patch)
tree11df0f7a5ed3b2c6ff425a2da2b7e619de8cedb6
parenta21bae93043f796239d4379906b1f78f8488d89f (diff)
downloadaur-gmusicbrowser-git.tar.gz
correct optdepends
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c205f21b8b0b..f84bb48776e8 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gmusicbrowser-git
pkgdesc = Open-source jukebox for large collections of mp3/ogg/flac files, written in perl.
- pkgver = 1.1.99.1.r0.g60d4b6f
+ pkgver = 1.1.99.1.r32.g8f84c7c
pkgrel = 2
url = https://gmusicbrowser.org/
arch = any
@@ -20,11 +20,11 @@ pkgbase = gmusicbrowser-git
optdepends = gst-plugins-base: vorbis support
optdepends = gst-plugins-good: flac support
optdepends = gst-plugins-ugly: mp3 support
- optdepends = perl-gtk2-trayicon: tray icon support
- optdepends = perl-gtk2-webkit: alternative web-based plugin support
- optdepends = perl-gnome2-wnck: titlebar plugin support
+ optdepends = libappindicator-gtk3: tray icon support
+ optdepends = webkit2gtk: alternative web-based plugin support
+ optdepends = libwnck3: titlebar plugin support
optdepends = perl-html-parser: support for accented characters in lyrics plugin
- optdepends = perl-gtk2-notify: support for notify plugin
+ optdepends = libnotify: support for notify plugin
provides = gmusicbrowser
conflicts = gmusicbrowser
source = git+https://github.com/squentin/gmusicbrowser.git
diff --git a/PKGBUILD b/PKGBUILD
index 605bd3be0434..375e62b75d16 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: RobbeR49 <robertsna@gmail.com>
pkgname=gmusicbrowser-git
-pkgver=1.1.99.1.r0.g60d4b6f
+pkgver=1.1.99.1.r32.g8f84c7c
pkgrel=2
pkgdesc="Open-source jukebox for large collections of mp3/ogg/flac files, written in perl."
arch=(any)
@@ -19,11 +19,11 @@ optdepends=('alsa-utils: enables the ALSA backend'
'gst-plugins-base: vorbis support'
'gst-plugins-good: flac support'
'gst-plugins-ugly: mp3 support'
- 'perl-gtk2-trayicon: tray icon support'
- 'perl-gtk2-webkit: alternative web-based plugin support'
- 'perl-gnome2-wnck: titlebar plugin support'
+ 'libappindicator-gtk3: tray icon support'
+ 'webkit2gtk: alternative web-based plugin support'
+ 'libwnck3: titlebar plugin support'
'perl-html-parser: support for accented characters in lyrics plugin'
- 'perl-gtk2-notify: support for notify plugin')
+ 'libnotify: support for notify plugin')
provides=(gmusicbrowser)
conflicts=(gmusicbrowser)
source=("git+https://github.com/squentin/gmusicbrowser.git")