diff --git a/mingw-w64-python-comtypes/PKGBUILD b/mingw-w64-python-comtypes/PKGBUILD index 7a8f4e5a09..d116aabedf 100644 --- a/mingw-w64-python-comtypes/PKGBUILD +++ b/mingw-w64-python-comtypes/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=1.1.12 -pkgrel=2 +pkgver=1.1.13 +pkgrel=1 pkgdesc="A pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -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/enthought/comtypes/archive/${pkgver}.tar.gz") -sha512sums=('6b0c7ce927e729f01a535795fd6dee4aac492e730a6ed84f1440d2f81df2207ea96d56d5f4d79a62889f1160599216b47fe24fe33e005948598fc77e6ecde78a') +sha512sums=('9ef7dd2e410bdc721fc44f4ca27bbe09731093b7941ff5e77a8947462268065d3904b475e2bc7c7080aa1609077d7eb3882af8f331d3d1bf7d23cdc73bf4895c') prepare() { cd "${srcdir}"