diff --git a/mingw-w64-python-pygit2/PKGBUILD b/mingw-w64-python-pygit2/PKGBUILD index b5df561e00..caf4aeaf98 100644 --- a/mingw-w64-python-pygit2/PKGBUILD +++ b/mingw-w64-python-pygit2/PKGBUILD @@ -3,21 +3,21 @@ _realname=pygit2 pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.8.0 +pkgver=1.9.0 pkgrel=1 pkgdesc='Python bindings for libgit2 (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://github.com/libgit2/pygit2' license=('GPL2') -depends=("${MINGW_PACKAGE_PREFIX}-libgit2>=1:1.3.0" +depends=("${MINGW_PACKAGE_PREFIX}-libgit2>=1:1.4.0" "${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-cffi" "${MINGW_PACKAGE_PREFIX}-python-cached-property") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cc") source=("${_realname}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz") -sha256sums=('61da6f55643bc7d9c70344b1b3f9f80fedbbc5bf41e88f82d10670380ae704b5') +sha256sums=('c4c04215eed965c9455b2736155695b08f0ffeaaf24299d9d33b0314499acdca') prepare() { cd "${srcdir}"