mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/python-protobuf to 28.3-1
This commit is contained in:
parent
35acf8d8b2
commit
807b9e8bd8
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue