mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/python-protobuf to 28.0-2
This commit is contained in:
parent
6cca654d3c
commit
bc352bab7c
1 changed files with 4 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue