summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Scholer2017-05-28 23:13:36 +0200
committerRaphael Scholer2017-05-28 23:13:50 +0200
commit5e610e849cc93a3da53cfa8ad5cf07418ac9fad2 (patch)
treef11a0b4fac0fa05dfd0cbc4f1e5016fc5ab4e8d2
parentea75fdc3344ed77656384215fdf39486f9dab24e (diff)
downloadaur-5e610e849cc93a3da53cfa8ad5cf07418ac9fad2.tar.gz
Add last missing optional dependency
-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})