summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGilles Hamel2020-02-09 22:52:07 +0100
committerGilles Hamel2020-02-09 22:52:07 +0100
commitcf05981174a6c0bd5d880d09029bb2141487b866 (patch)
tree0c43767b3f22c1c3fe75519d5640516efe4dd774 /PKGBUILD
parent88b7cef7f86cd9b74b639ec12946446883933350 (diff)
downloadaur-weboob.tar.gz
Remove deprecated dependencies
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'