diff options
Diffstat (limited to 'community/py-ldap3')
-rw-r--r-- | community/py-ldap3/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-ldap3/APKBUILD b/community/py-ldap3/APKBUILD index 12dbb8b47d..c42f4b11fa 100644 --- a/community/py-ldap3/APKBUILD +++ b/community/py-ldap3/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=py-ldap3 _pkgname=ldap3 -pkgver=2.2.3 -pkgrel=1 +pkgver=2.3 +pkgrel=0 pkgdesc="A strictly RFC 4510 conforming LDAP V3 pure Python client" url="https://github.com/cannatag/ldap3" arch="noarch" @@ -36,4 +36,4 @@ _subpackage() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="5b67f8f2008f389a481d738070dc2ef445c85c70e4e2b1e5e8555763c6fae581802abdd085d56adbe42c22f49744af358850dc167407170080f7e3497b31963b py-ldap3-2.2.3.tar.gz" +sha512sums="02b3d9af02d5073a84cc6137e5ca6dd53afbb893631da8b13158d694c28d4e7b4e7c9f0fd9419695682f9d0f5b456e6496eba26162cc8007cc0cfac238552d5a py-ldap3-2.3.tar.gz" |