blob: b68e609a982f84f667de77fcb252015cd62a2e72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
pkgbase = protobuf-git
pkgdesc = Google's data interchange format
pkgver = 27.1.r305.g54d8f0397
pkgrel = 1
url = https://developers.google.com/protocol-buffers/
arch = i686
arch = x86_64
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-numpy
makedepends = git
makedepends = cmake
makedepends = gtest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
source = git+https://github.com/protocolbuffers/protobuf.git
sha256sums = SKIP
pkgname = protobuf-git
depends = gcc-libs
depends = abseil-cpp
depends = zlib
provides = protobuf=27.1.r305.g54d8f0397
provides = libprotoc.so
provides = libprotobuf.so
provides = libprotobuf-lite.so
conflicts = protobuf
pkgname = python-protobuf-git
pkgdesc = Python 3 bindings for Google Protocol Buffers
depends = protobuf-git=27.1.r305.g54d8f0397
depends = python
provides = python-protobuf=27.1.r305.g54d8f0397
conflicts = python-protobuf
|