* update protobuf-c to 1.5.0-6

This commit is contained in:
Alexander Baldeck 2024-10-01 08:59:49 +02:00
parent c3bc760371
commit 4b48ac9d0a
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = protobuf-c
pkgdesc = Protocol Buffers implementation in C
pkgver = 1.5.0
pkgrel = 3
pkgrel = 6
url = https://github.com/protobuf-c/protobuf-c
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = BSD
depends = protobuf
provides = libprotobuf-c.so

View File

@ -5,7 +5,7 @@
pkgname=protobuf-c
pkgver=1.5.0
pkgrel=3
pkgrel=6
pkgdesc='Protocol Buffers implementation in C'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/protobuf-c/protobuf-c'