summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Hamel2017-01-11 21:59:01 +0100
committerGilles Hamel2017-01-11 21:59:01 +0100
commitd8df71865f82f8a0ddd86857bf645d73e72b0500 (patch)
tree02082982034aa62380e49337da1c9213ee16b8f2
parent1ef49a35437d01aa4956462a96d369fb3ea7948f (diff)
downloadaur-d8df71865f82f8a0ddd86857bf645d73e72b0500.tar.gz
Fix dependencies, add install message
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rw-r--r--weboob.install4
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb91792a1895..8e2097bd6706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = weboob
pkgdesc = Web Out Of Browsers provides several applications to interact with a lot of websites.
pkgver = 1.2
- pkgrel = 0
+ pkgrel = 1
url = http://weboob.org/
+ install = weboob.install
arch = any
license = GPL
makedepends = python2-setuptools
@@ -19,7 +20,6 @@ pkgbase = weboob
depends = python2-simplejson
depends = python2-lxml
depends = python2-yaml
- depends = python2-gdata
depends = python2-futures
depends = which
optdepends = gnupg: check for repository authenticity
diff --git a/PKGBUILD b/PKGBUILD
index a7dbb044a055..9ce41df6cecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
Maintainer='Gilles Hamel <hamelg@laposte.net>'
pkgname=weboob
pkgver=1.2
-pkgrel=0
+pkgrel=1
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'
'python2-requests' 'python2-google-api-python-client'
'python2-feedparser' 'python2-cssselect' 'python2-html2text'
'python2-imaging' 'python2-mechanize' 'python2-simplejson'
- 'python2-lxml' 'python2-yaml' 'python2-gdata' 'python2-futures'
+ 'python2-lxml' 'python2-yaml' 'python2-futures'
'which')
makedepends=('python2-setuptools')
optdepends=('gnupg: check for repository authenticity'
diff --git a/weboob.install b/weboob.install
new file mode 100644
index 000000000000..c9c2df372b6d
--- /dev/null
+++ b/weboob.install
@@ -0,0 +1,4 @@
+post_upgrade() {
+ echo 'After a package or system installation, you should run "weboob-config update" as your login user.'
+}
+