summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordbeley2019-09-26 21:07:06 +0200
committerdbeley2019-09-26 21:07:06 +0200
commit9a49f251940c87a21d77d1660fdbad6c84a0561d (patch)
tree23336d9d84cb3170898a38b054ac53b05a3ed733
parentd6ad82656b8e5a1169806eaaa47acb54a10d349f (diff)
downloadaur-9a49f251940c87a21d77d1660fdbad6c84a0561d.tar.gz
Update dependencies.
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4835ca109fc..6a585ec8cfb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : David Beley <dbeley@protonmail.com>
pkgname=ypc-git
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -17,6 +17,7 @@ depends=(
'python-pandas'
'python-beautifulsoup4'
'python-lxml'
+ 'python-tqdm'
)
source=("git+https://github.com/dbeley/${pkgname%-git}")
md5sums=("SKIP")