Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/python3-protobuf/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-protobuf'
pkgname=python3-protobuf
version=5.29.4
revision=2
version=7.35.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel protobuf"
makedepends="python3-devel protobuf-devel"
Expand All @@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://developers.google.com/protocol-buffers/"
distfiles="${PYPI_SITE}/p/protobuf/protobuf-${version}.tar.gz"
checksum=4f1dfcd7997b31ef8f53ec82781ff434a28bf71d9102ddde14d076adcfc78c99
checksum=ce115a26fe0c39a2c29973d914d327e516a6455464489fe3cd1e51a1b354f81a

post_install() {
sed -n 1,29p google/protobuf/__init__.py >LICENSE
Expand Down