aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-pyldap
diff options
context:
space:
mode:
authorƁukasz Jendrysik <scadu@yandex.com>2017-02-17 08:29:02 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-02-18 16:32:51 +0100
commite1b79c6beb4c42d07e54b2ec8d6d5598e44541c7 (patch)
treed489e3a1aa288dacfc68c5b9fddbe0468f00f142 /community/py-pyldap
parentd28bfd60ddf32db40d04e17b6a7562e110a6a693 (diff)
downloadaports-e1b79c6beb4c42d07e54b2ec8d6d5598e44541c7.tar.bz2
aports-e1b79c6beb4c42d07e54b2ec8d6d5598e44541c7.tar.xz
community/py-pyldap: rebuild against new version of python3
Diffstat (limited to 'community/py-pyldap')
-rw-r--r--community/py-pyldap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-pyldap/APKBUILD b/community/py-pyldap/APKBUILD
index cfa5b0e23d..f0ad9225bb 100644
--- a/community/py-pyldap/APKBUILD
+++ b/community/py-pyldap/APKBUILD
@@ -5,7 +5,7 @@ _pkgname=${pkgname#py-}
pkgver=2.4.28
_vermajor=${pkgver%%.*}
_verminor=${pkgver#*.}; _verminor=${_verminor%%.*}
-pkgrel=0
+pkgrel=1
pkgdesc="Python modules for implementing LDAP clients"
url="https://github.com/pyldap/pyldap"
arch="all"