summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Brunelli2015-06-16 11:14:38 -0300
committerIan Brunelli2015-06-16 11:14:38 -0300
commit6643a99ef514a9f3adc8b3813a8db524e4a789c7 (patch)
tree9eddd9e2b1574181681c5939a3a75d77cbc19dda
parent7dbe374275c2014b00a5d6122ad3a9250aa4d469 (diff)
downloadaur-6643a99ef514a9f3adc8b3813a8db524e4a789c7.tar.gz
Added python-wikipedia as an optional dependency.
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8662616056af..904dd42dae97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lollypop-git
_gitname=lollypop
-pkgver=0.9.32.r22.g9f0037f
+pkgver=0.9.32.r25.g78dc409
pkgrel=1
pkgdesc='Music player for GNOME'
arch=('i686' 'x86_64')
@@ -10,7 +10,8 @@ license=('GPL3')
url="https://github.com/gnumdk/${_gitname}"
depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-dbus' 'python-gobject' 'python-cairo' 'totem-plparser')
makedepends=('git' 'gnome-common' 'intltool' 'itstool' 'python' 'yelp-tools')
-optdepends=('python-pylast: last.fm support')
+optdepends=('python-pylast: last.fm support'
+ 'python-wikipedia: display advanced artist information')
options=('!emptydirs')
install=lollypop.install
source=("git://github.com/gnumdk/${_gitname}.git")