From bc352bab7c7ce7a7d56fe2a67c7cc141b915e690 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 12 Sep 2024 18:10:53 +0000 Subject: [PATCH] extra/python-protobuf to 28.0-2 --- extra/python-protobuf/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/python-protobuf/PKGBUILD b/extra/python-protobuf/PKGBUILD index f758fdd07..2370aafec 100644 --- a/extra/python-protobuf/PKGBUILD +++ b/extra/python-protobuf/PKGBUILD @@ -4,17 +4,17 @@ pkgname=python-protobuf _basename=protobuf -pkgver=27.3 +pkgver=28.0 _ver=5 -pkgrel=1 +pkgrel=2 pkgdesc="Protocol Buffers - Google's data interchange format" arch=('aarch64' 'armv7h') url='https://developers.google.com/protocol-buffers/' -license=('BSD') +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=('82460903e640f2b7e34ee81a947fdaad89de796d324bcbc38ff5430bcdead82c') +sha256sums=('dde74af0fa774fa98892209992295adbfb91da3fa98c8f67a88afe8f5a349add') build() {