From 807b9e8bd8d62e5a3c4633fcebc8d4fba2b15e88 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 10 Nov 2024 13:26:22 +0000 Subject: [PATCH] extra/python-protobuf to 28.3-1 --- extra/python-protobuf/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/python-protobuf/PKGBUILD b/extra/python-protobuf/PKGBUILD index de566829d..09a65fb63 100644 --- a/extra/python-protobuf/PKGBUILD +++ b/extra/python-protobuf/PKGBUILD @@ -4,9 +4,9 @@ pkgname=python-protobuf _basename=protobuf -pkgver=28.2 +pkgver=28.3 _ver=5 -pkgrel=3 +pkgrel=1 pkgdesc="Protocol Buffers - Google's data interchange format" arch=('aarch64' 'armv7h') url='https://developers.google.com/protocol-buffers/' @@ -14,7 +14,7 @@ license=('BSD-3-Clause') depends=('python' "protobuf=${pkgver}") makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') source=("https://files.pythonhosted.org/packages/source/${_basename::1}/${_basename}/${_basename}-${_ver}.${pkgver}.tar.gz") -sha256sums=('59379674ff119717404f7454647913787034f03fe7049cbef1d74a97bb4593f0') +sha256sums=('64badbc49180a5e401f373f9ce7ab1d18b63f7dd4a9cdc43c92b9f0b481cef7b') build() {