diff --git a/mingw-w64-python-pygithub/PKGBUILD b/mingw-w64-python-pygithub/PKGBUILD index 3030794ef6..efc431e339 100644 --- a/mingw-w64-python-pygithub/PKGBUILD +++ b/mingw-w64-python-pygithub/PKGBUILD @@ -3,7 +3,7 @@ _realname=pygithub pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.57 +pkgver=1.58.0 pkgrel=1 pkgdesc="Use the full Github API v3 (mingw-w64)" arch=('any') @@ -20,7 +20,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-httpretty" "${MINGW_PACKAGE_PREFIX}-python-parameterized") source=("${_realname}-${pkgver}.tar.gz::https://github.com/PyGithub/PyGithub/archive/v${pkgver}.tar.gz") -sha256sums=('989f30d123eb86c27e69c23ce8f72c3a3391f1e66ecb54ee8cd033242d7aa064') +sha256sums=('4da38df541c4d1b2445598f2714ccfffab66d6ffcf662b48c8e9a037fe9478ca') prepare() { cd "${srcdir}"