python-protobuf: update to 3.13.0.
This commit is contained in:
parent
05ed2cb76b
commit
f85b5cc1c8
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-protobuf'
|
# Template file for 'python-protobuf'
|
||||||
pkgname=python-protobuf
|
pkgname=python-protobuf
|
||||||
version=3.12.4
|
version=3.13.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://developers.google.com/protocol-buffers/"
|
homepage="https://developers.google.com/protocol-buffers/"
|
||||||
distfiles="${PYPI_SITE}/p/protobuf/protobuf-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/protobuf/protobuf-${version}.tar.gz"
|
||||||
checksum=c99e5aea75b6f2b29c8d8da5bdc5f5ed8d9a5b4f15115c8316a3f0a850f94656
|
checksum=6a82e0c8bb2bf58f606040cc5814e07715b2094caeba281e2e7d0b0e2e397db5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n 1,29p google/protobuf/__init__.py >LICENSE
|
sed -n 1,29p google/protobuf/__init__.py >LICENSE
|
||||||
|
|
Loading…
Reference in a new issue