summaryrefslogtreecommitdiff
path: root/extra/libgadu
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-01 15:13:07 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-01 15:13:07 -0300
commit11dd742b39ac10b320183f78d2cf81e4680f9a4e (patch)
treed6150b2fd3f3127e1aa88e173e17a4f1ad205f75 /extra/libgadu
parent1365d8aac05d2f167d0a1678cc291bbec3efff5c (diff)
parentc40a217db5f63be3aa88a32ad77ec93efb40d95c (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/mhwaveedit/PKGBUILD extra/apr/PKGBUILD extra/xorg-server/PKGBUILD kde-unstable/calligra/PKGBUILD libre/unarchiver/PKGBUILD
Diffstat (limited to 'extra/libgadu')
-rw-r--r--extra/libgadu/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/libgadu/PKGBUILD b/extra/libgadu/PKGBUILD
index 15a0e559e..ffc2c48ed 100644
--- a/extra/libgadu/PKGBUILD
+++ b/extra/libgadu/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 114618 2011-03-14 16:59:52Z andrea $
+# $Id: PKGBUILD 125846 2011-05-30 12:25:37Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Mateusz Herych <heniekk@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' 'mips64el')
@@ -12,10 +12,10 @@ license=('GPL')
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 @@ build() {
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
}