summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJerome Leclanche2019-10-11 23:07:07 +0000
committerJerome Leclanche2019-10-11 23:07:07 +0000
commitf619a2f0722e739abb01cef27e4f15aeb612f1fd (patch)
treef9e5f1d52c19fec73dba7175b0081ffd73092478 /PKGBUILD
parent397f935f616ea4a05b2b9a2d20687405d800f1f1 (diff)
downloadaur-f619a2f0722e739abb01cef27e4f15aeb612f1fd.tar.gz
Upstream release 5.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1a03b5dc50c..ec7af6d5aacc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jerome Leclanche <jerome@leclan.ch>
_pkgname=bna
-pkgname=python-$_pkgname
-pkgver=4.1.0
+pkgname=python-bna
+pkgver=5.0.0
pkgrel=1
pkgdesc="Command-line Battle.net authenticator and Python library"
arch=("any")
@@ -13,10 +13,7 @@ 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"
)
-sha256sums=(
- "922047f6b00dc88ce55d4be4d7bd1a56a6496ede4fa91b439bef14c938d8c9b2"
-# "SKIP"
-)
+sha256sums=("63adfa2e2ac83f0b350a5413e48c97b662ef21e3edb36e87b2aa14369cd8b074")
build() {