python-comtypes: update to 1.1.13

This commit is contained in:
Mehdi Chinoune
2022-08-18 12:44:24 +00:00
parent 3b1955a100
commit ba84dc8575

View File

@@ -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}"