summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5ba78fe82db..4d1ff941d4e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exfalso
pkgdesc = GTK+ audio tag editor
pkgver = 3.9.0
- pkgrel = 3
+ pkgrel = 4
url = https://quodlibet.readthedocs.io/
arch = any
license = GPL2
@@ -15,6 +15,7 @@ pkgbase = exfalso
optdepends = gst-plugins-bad: for "Acoustic Fingerprint" plugins
optdepends = gst-plugins-good: for "Replay Gain" plugin
optdepends = kakasi: for "Kana/Kanji Simple Inverter" plugin
+ optdepends = python-dbus: for "Browse Folders" plugin
optdepends = python-musicbrainzngs: for "MusicBrainz Lookup" plugin
source = https://github.com/quodlibet/quodlibet/releases/download/release-3.9.0/quodlibet-3.9.0.tar.gz
source = https://github.com/quodlibet/quodlibet/releases/download/release-3.9.0/quodlibet-3.9.0.tar.gz.sig
diff --git a/PKGBUILD b/PKGBUILD
index cf513db74322..9ea2ca7744fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=quodlibet
pkgname=exfalso
pkgver=3.9.0
-pkgrel=3
+pkgrel=4
pkgdesc="GTK+ audio tag editor"
arch=('any')
url="https://${_pkgbase}.readthedocs.io/"
@@ -14,6 +14,7 @@ makedepends=('intltool' 'gettext')
optdepends=('gst-plugins-bad: for "Acoustic Fingerprint" plugins'
'gst-plugins-good: for "Replay Gain" plugin'
'kakasi: for "Kana/Kanji Simple Inverter" plugin'
+ 'python-dbus: for "Browse Folders" plugin'
'python-musicbrainzngs: for "MusicBrainz Lookup" plugin')
conflicts=("${pkgbase}")
source=("https://github.com/${_pkgbase}/${_pkgbase}/releases/download/release-${pkgver}/${_pkgbase}-${pkgver}.tar.gz"{,.sig})