summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Hamel2017-01-11 23:08:47 +0100
committerGilles Hamel2017-01-11 23:08:47 +0100
commitb6c1170db426c21b90ae4ed3948838f33550c578 (patch)
tree0ccf9edf05129cf3f54e431d1e9c7b772e7e7505
parentd8df71865f82f8a0ddd86857bf645d73e72b0500 (diff)
downloadaur-b6c1170db426c21b90ae4ed3948838f33550c578.tar.gz
Fix dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ce41df6cecb..ad464c2aa9cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
Maintainer='Gilles Hamel <hamelg@laposte.net>'
pkgname=weboob
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Web Out Of Browsers provides several applications to interact with a lot of websites."
arch=('any')
url="http://weboob.org/"
license=('GPL')
install='weboob.install'
-depends=('python2-pyqt5' 'python2-dateutil' 'python2-prettytable'
+depends=('python2-pyqt5' 'phonon-qt5' 'python2-dateutil' 'python2-prettytable'
'python2-requests' 'python2-google-api-python-client'
'python2-feedparser' 'python2-cssselect' 'python2-html2text'
'python2-imaging' 'python2-mechanize' 'python2-simplejson'