summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Hamel2019-02-27 20:52:24 +0100
committerGilles Hamel2019-02-27 20:52:24 +0100
commit88b7cef7f86cd9b74b639ec12946446883933350 (patch)
tree2331bfbc584deec06e68a958f0fbf9b58406818b
parenta91b96bcf225d39acb4a9a2b7b259b138884d6af (diff)
downloadaur-88b7cef7f86cd9b74b639ec12946446883933350.tar.gz
Bump to 1.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e34e1fcc7fe..18b752dcd177 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Tue Jan 8 19:14:25 UTC 2019
+# Wed Feb 27 19:50:43 UTC 2019
pkgbase = weboob
pkgdesc = Web Out Of Browsers provides several applications to interact with a lot of websites.
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = http://weboob.org/
install = weboob.install
arch = any
- license = GPL
+ license = LGPL3
makedepends = python2-setuptools
depends = python2-pyqt5
depends = phonon-qt5
@@ -36,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.4/weboob-1.4.tar.gz
- md5sums = 0d883e3f04c750ba22e777a4c03b9fc8
+ source = https://git.weboob.org/weboob/weboob/-/archive/1.5/weboob-1.5.tar.gz
+ md5sums = 48f1cbaed1ddf6d209ada5ad3a5e5045
pkgname = weboob
diff --git a/PKGBUILD b/PKGBUILD
index 1c6fdc04adb0..1aa858385c69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
Maintainer='Gilles Hamel <hamelg@laposte.net>'
pkgname=weboob
-pkgver=1.4
+pkgver=1.5
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')
+license=('LGPL3')
install='weboob.install'
depends=('python2-pyqt5' 'phonon-qt5' 'python2-dateutil' 'python2-prettytable'
'python2-requests' 'python2-google-api-python-client'
@@ -25,7 +25,7 @@ optdepends=('gnupg: check for repository authenticity'
'python2-nose: test suite'
'bash-completion: to enable bash completion')
source=("https://git.weboob.org/weboob/weboob/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('0d883e3f04c750ba22e777a4c03b9fc8')
+md5sums=('48f1cbaed1ddf6d209ada5ad3a5e5045')
package() {
cd $pkgname-$pkgver