[arch-commits] Commit in protobuf-c/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Aug 1 06:53:06 UTC 2014


    Date: Friday, August 1, 2014 @ 08:53:06
  Author: bpiotrowski
Revision: 218473

upgpkg: protobuf-c 1.0.0-3

new upstream release

Modified:
  protobuf-c/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-01 00:12:15 UTC (rev 218472)
+++ PKGBUILD	2014-08-01 06:53:06 UTC (rev 218473)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Maintainer: Aurélien Wailly <aurelien.wailly at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
 
 pkgname=protobuf-c
-pkgver=0.15
+pkgver=1.0.0
 pkgrel=3
 pkgdesc='Protocol Buffers implementation in C'
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 url='https://github.com/protobuf-c/protobuf-c'
 license=('BSD')
 depends=('protobuf')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
 
 build() {
   cd $pkgname-$pkgver
@@ -19,11 +19,9 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
-  make check
+  make -C $pkgname-$pkgver check
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list