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

Lukas Fleischer lfleischer at archlinux.org
Thu Jan 12 19:21:34 UTC 2017


    Date: Thursday, January 12, 2017 @ 19:21:34
  Author: lfleischer
Revision: 285965

upgpkg: libgadu 1.12.1-3

protobuf 3.1.0 rebuild.

Modified:
  libgadu/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 19:21:31 UTC (rev 285964)
+++ PKGBUILD	2017-01-12 19:21:34 UTC (rev 285965)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer:
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Mateusz Herych <heniekk at gmail.com>
@@ -5,7 +4,7 @@
 
 pkgname=libgadu
 pkgver=1.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
 arch=('i686' 'x86_64')
 url="http://libgadu.net/"
@@ -15,15 +14,14 @@
 md5sums=('6de8b26f3b9155a67f549ced6da93c56')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}-${pkgver}"
+
   ./protobufgen.sh
-  ./configure --prefix=/usr \
-    --disable-tests \
-    --disable-static
+  ./configure --prefix=/usr --disable-tests --disable-static
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list