summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2023-09-28 11:03:20 -0700
committerGI_Jack2023-09-28 11:03:20 -0700
commitaa52d2ea9c91fc0ba0d84e39a887fb640dbace6e (patch)
treead0d07f01f3705757e06d2ebe3bf641bea129e9e
parent5b9a176338ca495bb83c4d332dccd7f1dd25cb7c (diff)
downloadaur-aa52d2ea9c91fc0ba0d84e39a887fb640dbace6e.tar.gz
version 0.4.2
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07446c07387d..8a36790f038e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-minikerberos
_pkgname=minikerberos
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
pkgdesc="Kerberos manipulation library in pure Python"
url="https://pypi.org/project/minikerberos"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-asn1crypto' 'python-asysocks' 'python-oscrypto')
makedepends=('python-build' 'python-installer' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('b81dc9f43459db71dfdf5124014cb135357b16d82dd328e110e8a2bfe01fb7ec')
+sha256sums=('04408a586e67c4808e49f40981726a0a48b681cbff651ac3168e7b9d71ef868b')
build() {
cd "${_pkgname}-${pkgver}"