summaryrefslogtreecommitdiff
path: root/community/protobuf/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-02 09:38:50 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-02 09:38:50 +0200
commitb4e4bd9b44479ab23dbbeaf58ba35e25ff345df1 (patch)
tree49dafd3110cca5d6f5054d4f9ef04957ec7b53a6 /community/protobuf/PKGBUILD
parent7d33f92ae992837f61fe5db4535e95dfec6924fa (diff)
parentc9738c6a1d438f30dfa7363aa847343754f953ac (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/fcitx-mozc/PKGBUILD community/libfm/PKGBUILD community/sxiv/PKGBUILD extra/pulseaudio/PKGBUILD
Diffstat (limited to 'community/protobuf/PKGBUILD')
-rw-r--r--community/protobuf/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/protobuf/PKGBUILD b/community/protobuf/PKGBUILD
index f44461f1d..a4a80f152 100644
--- a/community/protobuf/PKGBUILD
+++ b/community/protobuf/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgbase=protobuf
-pkgname=('protobuf' 'protobuf-python')
+pkgname=('protobuf' 'python2-protobuf')
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A way of encoding structured data in an efficient yet extensible format"
arch=('i686' 'x86_64' 'mips64el')
url="http://code.google.com/p/protobuf/"
@@ -28,10 +28,10 @@ package_protobuf() {
make DESTDIR=$pkgdir install
}
-package_protobuf-python() {
+package_python2-protobuf() {
pkgdesc="protobuf python API"
-# arch=('any')
depends=("python2" "protobuf=${pkgver}")
+ replaces=("protobuf-python")
cd $srcdir/protobuf-$pkgver/python
python2 setup.py install --prefix=/usr --root $pkgdir