diff --git a/mingw-w64-python-protobuf/PKGBUILD b/mingw-w64-python-protobuf/PKGBUILD index 3646a8ec17..27a2b722f5 100644 --- a/mingw-w64-python-protobuf/PKGBUILD +++ b/mingw-w64-python-protobuf/PKGBUILD @@ -3,7 +3,7 @@ _realname=protobuf pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=3.9.0 +pkgver=3.10.0 pkgrel=1 pkgdesc="Protocol Buffers. (mingw-w64)" arch=('any') @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python3-setuptools" "${MINGW_PACKAGE_PREFIX}-protobuf=${pkgver}") _archive=${_realname/_/-}-${pkgver} source=(${_archive}.tar.gz::https://github.com/protocolbuffers/protobuf/archive/v${pkgver}.tar.gz) -sha256sums=('2ee9dcec820352671eb83e081295ba43f7a4157181dad549024d7070d079cf65') +sha256sums=('758249b537abba2f21ebc2d02555bf080917f0f2f88f4cbe2903e0e28c4187ed') noextract=(${_archive}.tar.gz) _deps=('six' 'setuptools')