summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"