From 0dad6584d1c23fdb43558246e869d637c56db623 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Sat, 23 Jan 2021 16:09:12 -0500 Subject: [PATCH] Update ldap3 to version 2.8.1 --- mingw-w64-python-ldap3/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-ldap3/PKGBUILD b/mingw-w64-python-ldap3/PKGBUILD index a29280cf74..66365466f9 100644 --- a/mingw-w64-python-ldap3/PKGBUILD +++ b/mingw-w64-python-ldap3/PKGBUILD @@ -6,8 +6,8 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=2.7 -pkgrel=2 +pkgver=2.8.1 +pkgrel=1 pkgdesc="a strictly RFC 4510 conforming LDAP V3 pure Python client (mingw-w64)" arch=('any') url='https://github.com/cannatag/ldap3' @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") options=('staticlibs' 'strip' '!debug') source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/cannatag/ldap3/archive/v${pkgver}.tar.gz") -sha512sums=('52b9e8632a8d0b5cfdd801d165f72cfa78b6fa56e1c5e1b3b0b44ad1f1d695a55506b324d88af429319bc9b7b2a5d67d8f0eb6b7c305aa06a7ed9fec8aedbd94') +sha512sums=('f37e76e1008c990290285a757def6fe70e227393fbbdf84eb1130d5fdfd17db724c544848cc424ca7831f8cc9e8d25407fc139981ebd10818064f588adbafebf') apply_patch_with_msg() { for _patch in "$@"