From 2016057e0fbdaa9ccf6b1fa2e3728caaf12df5b2 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 29 Oct 2019 00:24:07 +0300 Subject: [PATCH] python-protobuf: Update to 3.10.0 --- mingw-w64-python-protobuf/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')