From 7fed92b8dff7dcceb755c5baab533ee8b5c67b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= <79349457+MehdiChinoune@users.noreply.github.com> Date: Thu, 7 Apr 2022 20:56:02 +0100 Subject: [PATCH] python-ldap: update to 3.4.0 --- mingw-w64-python-ldap/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-ldap/PKGBUILD b/mingw-w64-python-ldap/PKGBUILD index c916738410..ae088e64a2 100644 --- a/mingw-w64-python-ldap/PKGBUILD +++ b/mingw-w64-python-ldap/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=3.2.0 -pkgrel=3 +pkgver=3.4.0 +pkgrel=1 pkgdesc="LDAP client API for Python (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cc") options=('staticlibs' 'strip' '!debug') source=("https://github.com/python-ldap/python-ldap/archive/python-${_realname}-${pkgver}.tar.gz") -sha512sums=('142ac4f98dfad62abb9ce47822771b4e431e4d86251f7139d99d92d0005cd6c2c1bec2b12e7ab96aa2f9d044e68623d4ddeecfc3a1820c19cd163ddd89355cd0') +sha512sums=('f83e2107f4b46929d6602df759d035389ee2781621eeabf6cc19d8d2fae4904bf4350a85512c6e3ffcd7651f3d45e650a83755cc58aebaaba83faf80d07b5b26') apply_patch_with_msg() { for _patch in "$@"