extra/python-protobuf to 28.2-3

This commit is contained in:
David Beauchamp 2024-10-14 12:07:22 -04:00
parent c473ebdfe3
commit 28b98211f7
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = python-protobuf
pkgdesc = Protocol Buffers - Google's data interchange format
pkgver = 27.2
pkgrel = 1
pkgver = 28.2
pkgrel = 3
url = https://developers.google.com/protocol-buffers/
arch = aarch64
arch = armv7h
@ -10,8 +10,8 @@ pkgbase = python-protobuf
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = protobuf=27.2
source = https://files.pythonhosted.org/packages/source/p/protobuf/protobuf-5.27.2.tar.gz
depends = protobuf=28.2
source = https://files.pythonhosted.org/packages/source/p/protobuf/protobuf-5.28.2.tar.gz
sha256sums = f3ecdef226b9af856075f28227ff2c90ce3a594d092c39bee5513573f25e2714
pkgname = python-protobuf

View file

@ -6,7 +6,7 @@ pkgname=python-protobuf
_basename=protobuf
pkgver=28.2
_ver=5
pkgrel=1
pkgrel=3
pkgdesc="Protocol Buffers - Google's data interchange format"
arch=('aarch64' 'armv7h')
url='https://developers.google.com/protocol-buffers/'