summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpeeweep2019-10-01 15:36:26 +0800
committerpeeweep2019-10-01 15:36:26 +0800
commit68d681a9e28c2f89aba04749c431a67392c2bbe5 (patch)
treeac4a82241e8c3305976ef08a89b5ce316100f3c3 /PKGBUILD
parent00f9758b91995b8110b1a57daf8d0604d5ddd7d3 (diff)
downloadaur-68d681a9e28c2f89aba04749c431a67392c2bbe5.tar.gz
Update depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e9498096761..9a13027b5138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('python-aigpy' 'python2-aigpy')
_pkgname=aigpy
pkgver=2019.9.20.2
-pkgrel=1
+pkgrel=2
pkgdesc="Python Common Lib"
arch=('any')
url="https://pypi.org/project/aigpy"
@@ -33,6 +33,7 @@ package_python-aigpy() {
depends=(
'python'
'python-requests'
+ 'python-libconfigparser'
'python-colorama'
'python-mutagen'
)
@@ -45,6 +46,7 @@ package_python2-aigpy() {
depends=(
'python2'
'python2-requests'
+ 'python2-libconfigparser'
'python2-colorama'
'python2-mutagen'
'python2-futures'