We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387702f commit cca530eCopy full SHA for cca530e
1 file changed
mingw-w64-python-protobuf/PKGBUILD
@@ -3,7 +3,7 @@
3
_realname=protobuf
4
pkgbase=mingw-w64-python-${_realname}
5
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6
-pkgver=6.30.2
+pkgver=6.31.0
7
pkgrel=1
8
pkgdesc="Protocol Buffers (mingw-w64)"
9
arch=('any')
@@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
24
"${MINGW_PACKAGE_PREFIX}-cc")
25
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
26
"001-no-python-static-lib.patch")
27
-sha256sums=('35c859ae076d8c56054c25b59e5e59638d86545ed6e2b6efac6be0b6ea3ba048'
+sha256sums=('314fab1a6a316469dc2dd46f993cbbe95c861ea6807da910becfe7475bc26ffe'
28
'e864e7964ad7693e6ce8dc3b91c779184457ce82fc075d2099bfcbc18e6808a3')
29
30
prepare() {
0 commit comments