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

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Feb 13 10:02:04 UTC 2014


    Date: Thursday, February 13, 2014 @ 11:02:04
  Author: andrea
Revision: 205891

upgpkg: libgadu 1.11.3-1

Upstream release

Modified:
  libgadu/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-13 06:42:03 UTC (rev 205890)
+++ PKGBUILD	2014-02-13 10:02:04 UTC (rev 205891)
@@ -1,33 +1,34 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 
 pkgname=libgadu
-pkgver=1.11.2
+pkgver=1.11.3
 pkgrel=1
 pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
 arch=('i686' 'x86_64')
-url="http://toxygen.net/libgadu/"
+url="http://libgadu.net/"
 license=('LGPL2.1')
-depends=('openssl')
-source=("http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('832432fef251f69f31e68574c17f0c51')
+depends=('openssl' 'zlib')
+source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('63b0870821bdb7077a952183db31db50')
 
 build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
- 	 --disable-static \
-	 --enable-shared \
-	 --with-pthread
+    --disable-static \
+    --enable-shared \
+    --with-pthread
   make
 }
 
 check() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list