summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Hamel2019-01-08 20:17:57 +0100
committerGilles Hamel2019-01-08 20:17:57 +0100
commita91b96bcf225d39acb4a9a2b7b259b138884d6af (patch)
tree02538e3e845d7a5bc4e107bb7df2e55e8385eaeb
parent9548f71d34c2bba6c5e168be6e7b07431bb09306 (diff)
downloadaur-a91b96bcf225d39acb4a9a2b7b259b138884d6af.tar.gz
Bump to 1.4
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bfd1ca00d75..7e34e1fcc7fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 2 18:18:41 UTC 2019
+# Tue Jan 8 19:14:25 UTC 2019
pkgbase = weboob
pkgdesc = Web Out Of Browsers provides several applications to interact with a lot of websites.
- pkgver = 1.3
- pkgrel = 3
+ pkgver = 1.4
+ pkgrel = 1
url = http://weboob.org/
install = weboob.install
arch = any
@@ -19,7 +19,6 @@ pkgbase = weboob
depends = python2-cssselect
depends = python2-html2text
depends = python2-imaging
- depends = python2-mechanize
depends = python2-simplejson
depends = python2-lxml
depends = python2-yaml
@@ -37,8 +36,8 @@ pkgbase = weboob
optdepends = python2-termcolor: color formatting
optdepends = python2-nose: test suite
optdepends = bash-completion: to enable bash completion
- source = https://git.weboob.org/weboob/weboob/-/archive/1.3/weboob-1.3.tar.gz
- md5sums = 6f334e77b71096ff98850ad17cc2e923
+ source = https://git.weboob.org/weboob/weboob/-/archive/1.4/weboob-1.4.tar.gz
+ md5sums = 0d883e3f04c750ba22e777a4c03b9fc8
pkgname = weboob
diff --git a/PKGBUILD b/PKGBUILD
index 1643c2d3b653..1c6fdc04adb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
Maintainer='Gilles Hamel <hamelg@laposte.net>'
pkgname=weboob
-pkgver=1.3
-pkgrel=3
+pkgver=1.4
+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' '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'
- 'python2-lxml' 'python2-yaml' 'python2-futures' 'python2-six'
+ 'python2-requests' 'python2-google-api-python-client'
+ 'python2-feedparser' 'python2-cssselect' 'python2-html2text'
+ 'python2-imaging' 'python2-simplejson' 'python2-lxml'
+ 'python2-yaml' 'python2-futures' 'python2-six'
'python2-unidecode' 'which')
makedepends=('python2-setuptools')
optdepends=('gnupg: check for repository authenticity'
@@ -23,9 +23,9 @@ optdepends=('gnupg: check for repository authenticity'
'python2-pillow: PIL replacement'
'python2-termcolor: color formatting'
'python2-nose: test suite'
- 'bash-completion: to enable bash completion')
+ 'bash-completion: to enable bash completion')
source=("https://git.weboob.org/weboob/weboob/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('6f334e77b71096ff98850ad17cc2e923')
+md5sums=('0d883e3f04c750ba22e777a4c03b9fc8')
package() {
cd $pkgname-$pkgver