summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-15 19:52:08 +0300
committerDimitris Kiziridis2020-05-15 19:52:08 +0300
commitc4d10085f29256a8402c83c7fe93dafc4012edad (patch)
treef17c8852c24044e0b8ce8af948f425543aaf8466 /PKGBUILD
parent4caa0febdd3db8d48164123ff883742a39bee274 (diff)
downloadaur-c4d10085f29256a8402c83c7fe93dafc4012edad.tar.gz
sanitize pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD26
1 files changed, 13 insertions, 13 deletions
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')