summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aa858385c69..8cb5d13f15dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
Maintainer='Gilles Hamel <hamelg@laposte.net>'
pkgname=weboob
pkgver=1.5
-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=('LGPL3')
install='weboob.install'
-depends=('python2-pyqt5' 'phonon-qt5' 'python2-dateutil' 'python2-prettytable'
- 'python2-requests' 'python2-google-api-python-client'
+depends=('python2-pyqt5' 'phonon-qt5' 'python2-dateutil'
+ 'python2-requests' 'python2-prettytable'
'python2-feedparser' 'python2-cssselect' 'python2-html2text'
'python2-imaging' 'python2-simplejson' 'python2-lxml'
'python2-yaml' 'python2-futures' 'python2-six'