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

Andrea Scarpino andrea at archlinux.org
Mon May 30 12:25:38 UTC 2011


    Date: Monday, May 30, 2011 @ 08:25:37
  Author: andrea
Revision: 125846

upgpkg: libgadu 1.11.0-1
upstream release

Modified:
  libgadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-30 10:34:21 UTC (rev 125845)
+++ PKGBUILD	2011-05-30 12:25:37 UTC (rev 125846)
@@ -3,7 +3,7 @@
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 
 pkgname=libgadu
-pkgver=1.10.1
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@
 depends=('openssl')
 options=('!libtool')
 source=("http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('4dd528bc0627e4bd59f79b07f0e8cdbc')
+md5sums=('c779891298ce5d081c1e871e1e5b256d')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
  	 --disable-static \
 	 --enable-shared \
@@ -24,6 +24,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list