aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-pyldap
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-16 08:27:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-17 11:45:44 +0000
commit1d0c01530bd7a40b24bb246ce869d79083e23b3c (patch)
tree86d9cabec5e7e7415288f23e088f9045a11dbcbe /community/py-pyldap
parenta4af6a1c21a820cf728ae6dc8d2938c282e415b8 (diff)
downloadaports-1d0c01530bd7a40b24bb246ce869d79083e23b3c.tar.bz2
aports-1d0c01530bd7a40b24bb246ce869d79083e23b3c.tar.xz
community/py-pyldap: rebuild against python 3.7
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 33c2732060..ac5f79e344 100644
--- a/community/py-pyldap/APKBUILD
+++ b/community/py-pyldap/APKBUILD
@@ -5,7 +5,7 @@ _pkgname=${pkgname#py-}
pkgver=2.4.45
_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"