aboutsummaryrefslogtreecommitdiffstats
path: root/testing/protobuf
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-13 07:16:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-13 07:17:29 +0000
commit2f9f2948ad63a4beac262b48cbe61bcbaa9afaf0 (patch)
tree59d30e210c5fb6438f0234fb9ca35ff44e06ab07 /testing/protobuf
parent38cbbfaeafb21f57533ff98a232ffd99bd81d415 (diff)
parent00a90f770df3088a33fa8df2676943bbee6a22c3 (diff)
downloadaports-2f9f2948ad63a4beac262b48cbe61bcbaa9afaf0.tar.bz2
aports-2f9f2948ad63a4beac262b48cbe61bcbaa9afaf0.tar.xz
Merge git://git.alpinelinux.org/fab/aports
Conflicts: testing/py-lxml/APKBUILD
Diffstat (limited to 'testing/protobuf')
-rw-r--r--testing/protobuf/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/protobuf/APKBUILD b/testing/protobuf/APKBUILD
index f00f134b2d..1a9d9a737d 100644
--- a/testing/protobuf/APKBUILD
+++ b/testing/protobuf/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=protobuf
-pkgver=2.4.1
+pkgver=2.5.0
pkgrel=0
pkgdesc="Library for extensible, efficient structure packing"
url="http://code.google.com/p/protobuf/"
@@ -12,9 +12,9 @@ depends_dev="zlib-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev"
-source="http://protobuf.googlecode.com/files/protobuf-$pkgver.tar.bz2"
+source="http://protobuf.googlecode.com/files/$pkgname-$pkgver.tar.bz2"
-_builddir="$srcdir"/protobuf-$pkgver
+_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
local i
cd "$_builddir"
@@ -50,4 +50,6 @@ py() {
install -m644 google "$subpkgdir"/usr/lib/python2.6/site-packages
}
-md5sums="ed436802019c9e1f40cc750eaf78f318 protobuf-2.4.1.tar.bz2"
+md5sums="a72001a9067a4c2c4e0e836d0f92ece4 protobuf-2.5.0.tar.bz2"
+sha256sums="13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 protobuf-2.5.0.tar.bz2"
+sha512sums="5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee protobuf-2.5.0.tar.bz2"