python-protobuf: Update to 3.10.0

This commit is contained in:
Alexey Pavlov
2019-10-29 00:24:07 +03:00
parent 48fec71cdf
commit 2016057e0f

View File

@@ -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')