summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authoryhfudev2015-06-09 12:37:20 -0400
committeryhfudev2015-06-09 12:37:20 -0400
commitdc1c207cd32030274ea390af57dcccafc8c071e6 (patch)
treef36427c5c9476772ef550d07761f2b1d77956094 /.SRCINFO
downloadaur-dc1c207cd32030274ea390af57dcccafc8c071e6.tar.gz
Initial import
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO38
1 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b03518983c89
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,38 @@
+pkgbase = protobuf3-git
+ pkgdesc = Protocol Buffers - Google's data interchange format
+ pkgver = 802e184
+ pkgrel = 1
+ url = https://developers.google.com/protocol-buffers/
+ arch = i686
+ arch = x86_64
+ license = BSD
+ makedepends = unzip
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ depends = gcc-libs
+ depends = zlib
+ source = protobuf3-git::git+https://github.com/google/protobuf.git
+ md5sums = SKIP
+
+pkgname = protobuf3-git
+ provides = protobuf
+ provides = protobuf-cpp
+ conflicts = protobuf
+ conflicts = protobuf-cpp
+ conflicts = protobuf3
+ replaces = protobuf-cpp
+
+pkgname = python2-protobuf3-git
+ pkgdesc = Python 2 bindings for Google Protocol Buffers
+ depends = python2
+ depends = protobuf3=802e184
+ provides = python2-protobuf-git
+ conflicts = python2-protobuf
+
+pkgname = python-protobuf3-git
+ pkgdesc = Python 3 bindings for Google Protocol Buffers
+ depends = python
+ depends = protobuf3=802e184
+ provides = python-protobuf-git
+ conflicts = python-protobuf
+