summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-15 19:52:08 +0300
committerDimitris Kiziridis2020-05-15 19:52:08 +0300
commitc4d10085f29256a8402c83c7fe93dafc4012edad (patch)
treef17c8852c24044e0b8ce8af948f425543aaf8466
parent4caa0febdd3db8d48164123ff883742a39bee274 (diff)
downloadaur-c4d10085f29256a8402c83c7fe93dafc4012edad.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD26
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e48e4e2cdd..854c88401a0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = weboob-git
pkgdesc = Core library and modules for Web Outside of Browsers
- pkgver = 2.0.r315.g0f6bc340c
+ pkgver = 2.0.r492.gea2752d36
pkgrel = 1
- url = https://weboob.org/
+ url = https://weboob.org
arch = any
- license = LGPL-3.0+
+ license = LGPL3
makedepends = python-setuptools
makedepends = git
depends = python-lxml
diff --git a/PKGBUILD b/PKGBUILD
index 24399173fc02..c5df19a62146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,23 @@
# Contributor: ianux <ianux@free.fr>
pkgname=weboob-git
-pkgver=2.0.r315.g0f6bc340c
+pkgver=2.0.r492.gea2752d36
pkgrel=1
pkgdesc="Core library and modules for Web Outside of Browsers"
arch=(any)
-url="https://weboob.org/"
-license=('LGPL-3.0+')
+url="https://weboob.org"
+license=('LGPL3')
depends=('python-lxml'
- 'python-cssselect'
- 'python-requests'
- 'python-dateutil'
- 'python-yaml'
- 'python-html2text'
- 'python-six'
- 'python-unidecode'
- 'python-pillow'
- 'python-babel'
- 'python-simplejson')
+ 'python-cssselect'
+ 'python-requests'
+ 'python-dateutil'
+ 'python-yaml'
+ 'python-html2text'
+ 'python-six'
+ 'python-unidecode'
+ 'python-pillow'
+ 'python-babel'
+ 'python-simplejson')
optdepends=('python-prettytable: CLI output formatting'
'python-feedparser: required by some modules')
makedepends=('python-setuptools' 'git')