summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJerome Leclanche2019-10-24 11:18:13 +0000
committerJerome Leclanche2019-10-24 11:18:13 +0000
commite9aecb689f3e3cc00c1c2d9002066192ba5b8235 (patch)
tree4b12c074984a74fbeac63fc6f3ef64deab67ab59 /PKGBUILD
parentf619a2f0722e739abb01cef27e4f15aeb612f1fd (diff)
downloadaur-e9aecb689f3e3cc00c1c2d9002066192ba5b8235.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec7af6d5aacc..0ee8d32ff1b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=bna
pkgname=python-bna
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line Battle.net authenticator and Python library"
arch=("any")
license=("MIT")
url="https://github.com/jleclanche/python-bna"
-depends=("python")
+depends=("python-click" "python-pyotp")
source=(
"https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
# "https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz.asc"