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

Lukas Fleischer lfleischer at archlinux.org
Sun Feb 7 11:12:22 UTC 2016


    Date: Sunday, February 7, 2016 @ 12:12:21
  Author: lfleischer
Revision: 258936

upgpkg: protobuf-c 1.2.1-1

* Upstream update.
* PKGBUILD cleanup.

Modified:
  protobuf-c/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-07 11:10:44 UTC (rev 258935)
+++ PKGBUILD	2016-02-07 11:12:21 UTC (rev 258936)
@@ -1,10 +1,10 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
 
 pkgname=protobuf-c
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc='Protocol Buffers implementation in C'
 arch=('i686' 'x86_64')
 url='https://github.com/protobuf-c/protobuf-c'
@@ -11,21 +11,21 @@
 license=('BSD')
 depends=('protobuf')
 provides=('libprotobuf-c.so')
-source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('41d437677ea16f9d3611d98841c4af3b')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --disable-static
   make
 }
 
 check() {
-  make -C $pkgname-$pkgver check
+  make -C "$pkgname-$pkgver" check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list