* update python-googleapis-common-protos to 1.59.1-1

This commit is contained in:
Alexander Baldeck 2023-07-28 13:17:52 +02:00
parent 406753e9bb
commit 784844cf1f

View File

@ -3,8 +3,8 @@
# Contributor: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=python-googleapis-common-protos
pkgver=1.59.0
pkgrel=2
pkgver=1.59.1
pkgrel=1
pkgdesc="Python classes generated from the common protos in the googleapis repository"
arch=(any)
url="https://github.com/googleapis/googleapis"
@ -13,7 +13,7 @@ depends=('python-protobuf')
optdepends=('python-grpcio: for grpc support')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/g/googleapis-common-protos/googleapis-common-protos-${pkgver}.tar.gz")
sha256sums=('4168fcb568a826a52f23510412da405abd93f4d23ba544bb68d943b14ba3cb44')
sha256sums=('b35d530fe825fb4227857bc47ad84c33c809ac96f312e13182bdeaa2abe1178a')
build() {
cd "googleapis-common-protos-${pkgver}"