summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2023-09-28 10:57:42 -0700
committerGI_Jack2023-09-28 10:57:42 -0700
commiteb2792bbff9743c44935d1cc7f8116c72e81c5f4 (patch)
treef4e273d1804dca49c6600cd1d87168c92a05bf6c /PKGBUILD
parent7f19f9fa273689d6ca1785bbf25ab6053ea90e19 (diff)
downloadaur-eb2792bbff9743c44935d1cc7f8116c72e81c5f4.tar.gz
version 0.0.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea91dcc790cd..d3177946e5cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-asyauth
_pkgname=asyauth
-pkgver=0.0.14
+pkgver=0.0.16
pkgrel=1
pkgdesc="Unified authentication library, written in python"
url="https://github.com/skelsec/asyauth"
@@ -16,7 +16,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools>=61.0.0')
source=("https://github.com/skelsec/asyauth/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('f9911a039cf17b481ae7e7c559fae8f3c8d8c1b7158c85359014e2d7d2546a30')
+sha256sums=('ccbf5ce81b5c8e948ee91167b404c48d2916f25ed25c295d35e772030e09474f')
build() {
cd "${_pkgname}-${pkgver}"