extra/python-protobuf to 28.0-2

This commit is contained in:
Kevin Mihelich 2024-09-12 18:10:53 +00:00
parent 6cca654d3c
commit bc352bab7c

View file

@ -4,17 +4,17 @@
pkgname=python-protobuf pkgname=python-protobuf
_basename=protobuf _basename=protobuf
pkgver=27.3 pkgver=28.0
_ver=5 _ver=5
pkgrel=1 pkgrel=2
pkgdesc="Protocol Buffers - Google's data interchange format" pkgdesc="Protocol Buffers - Google's data interchange format"
arch=('aarch64' 'armv7h') arch=('aarch64' 'armv7h')
url='https://developers.google.com/protocol-buffers/' url='https://developers.google.com/protocol-buffers/'
license=('BSD') license=('BSD-3-Clause')
depends=('python' "protobuf=${pkgver}") depends=('python' "protobuf=${pkgver}")
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_basename::1}/${_basename}/${_basename}-${_ver}.${pkgver}.tar.gz") source=("https://files.pythonhosted.org/packages/source/${_basename::1}/${_basename}/${_basename}-${_ver}.${pkgver}.tar.gz")
sha256sums=('82460903e640f2b7e34ee81a947fdaad89de796d324bcbc38ff5430bcdead82c') sha256sums=('dde74af0fa774fa98892209992295adbfb91da3fa98c8f67a88afe8f5a349add')
build() { build() {