summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Hamel2018-01-07 18:21:29 +0100
committerGilles Hamel2018-01-07 18:21:29 +0100
commit916a88e1acaad71b55a12f23f64e32775ebe6586 (patch)
tree694f765aba74b9b61f165b64ae35bb0a58d806c7
parent7415d26afdb517331b4087bd0053ef23f84c2aa8 (diff)
downloadaur-916a88e1acaad71b55a12f23f64e32775ebe6586.tar.gz
add python2-unidecode dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72c17d6d4656..1268944454dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Jan 7 17:19:45 UTC 2018
pkgbase = weboob
pkgdesc = Web Out Of Browsers provides several applications to interact with a lot of websites.
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = http://weboob.org/
install = weboob.install
arch = any
@@ -23,6 +25,7 @@ pkgbase = weboob
depends = python2-yaml
depends = python2-futures
depends = python2-six
+ depends = python2-unidecode
depends = which
optdepends = gnupg: check for repository authenticity
optdepends = python2-routes: contrib backends
diff --git a/PKGBUILD b/PKGBUILD
index d600260cb2f5..5b5df3a012a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
Maintainer='Gilles Hamel <hamelg@laposte.net>'
pkgname=weboob
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Web Out Of Browsers provides several applications to interact with a lot of websites."
arch=('any')
url="http://weboob.org/"
@@ -12,7 +12,7 @@ depends=('python2-pyqt5' 'phonon-qt5' 'python2-dateutil' 'python2-prettytable'
'python2-feedparser' 'python2-cssselect' 'python2-html2text'
'python2-imaging' 'python2-mechanize' 'python2-simplejson'
'python2-lxml' 'python2-yaml' 'python2-futures' 'python2-six'
- 'which')
+ 'python2-unidecode' 'which')
makedepends=('python2-setuptools')
optdepends=('gnupg: check for repository authenticity'
'python2-routes: contrib backends'