summaryrefslogtreecommitdiff
path: root/community/protobuf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-03 00:04:48 -0700
committerroot <root@rshg054.dnsready.net>2013-04-03 00:04:48 -0700
commitd304fad026899d2db5af26740eeb952698bd6fb2 (patch)
treee27756f33de9dec25b2f7b7d2bf3deee3b29ad03 /community/protobuf
parentc9738c6a1d438f30dfa7363aa847343754f953ac (diff)
Wed Apr 3 00:04:48 PDT 2013
Diffstat (limited to 'community/protobuf')
-rw-r--r--community/protobuf/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/protobuf/PKGBUILD b/community/protobuf/PKGBUILD
index d86e9c13f..2e50d63eb 100644
--- a/community/protobuf/PKGBUILD
+++ b/community/protobuf/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=protobuf
pkgname=('protobuf' 'python2-protobuf')
pkgver=2.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="A way of encoding structured data in an efficient yet extensible format"
arch=('i686' 'x86_64')
url="http://code.google.com/p/protobuf/"
@@ -31,6 +31,8 @@ package_protobuf() {
package_python2-protobuf() {
pkgdesc="protobuf python API"
depends=("python2" "protobuf=${pkgver}")
+ provides=("protobuf-python")
+ conflicts=("protobuf-python")
replaces=("protobuf-python")
cd $srcdir/protobuf-$pkgver/python