X-Git-Url: https://git.sev.monster/aports.git/blobdiff_plain/8c34792227480c55f68fc7559a6f132ca4823a3f..47e2505c7a4a91330785f217288696466009fe97:/testing/py3-ldap0/APKBUILD diff --git a/testing/py3-ldap0/APKBUILD b/testing/py3-ldap0/APKBUILD index 2447124..b134f44 100644 --- a/testing/py3-ldap0/APKBUILD +++ b/testing/py3-ldap0/APKBUILD @@ -1,17 +1,17 @@ # Contributor: sev # Maintainer: sev pkgname=py3-ldap0 -pkgver=1.4.8 +pkgver=1.4.10 pkgrel=0 pkgdesc="Module package for implementing LDAP clients" url="https://code.stroeder.com/pymod/python-ldap0.git" arch="all" license="Apache-2.0" +depends="py3-asn1 py3-asn1-modules" makedepends="python3-dev py3-setuptools openldap-dev" # unreliable source -#source="https://code.stroeder.com/pymod/python-ldap0/tags" -source="https://gitlab.com/ae-dir/python-ldap0/-/archive/v$pkgver/python-ldap0-v$pkgver.tar.gz" -builddir="$srcdir/python-ldap0-v$pkgver" +source="python-ldap0-v$pkgver.tar.gz::https://code.stroeder.com/pymod/python-ldap0/archive/v$pkgver.tar.gz" +builddir="$srcdir/python-ldap0" build() { # XXX: fix openldap: https://stackoverflow.com/a/70207990 @@ -30,5 +30,5 @@ package() { } sha512sums=" -b7418f795ec8c2172f61d90f9ace31e9fdd0e36f6627420674f819aba81e8004da9bdc2aa6fdd188b0c694691715c4f859b00bd04ef27d492983d3db1d8c85ae python-ldap0-v1.4.8.tar.gz +dbe51ef6cf6ab3dc66db488f6db284f63b33c43e8f3d592d85c54098cabe6605aa61b39b92f51d860bdf9b280b2b11a148b8e2ca124aaaadd7ffb4b038b446d0 python-ldap0-v1.4.10.tar.gz "