diff options
author | root <root@rshg047.dnsready.net> | 2011-05-31 22:46:59 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-31 22:46:59 +0000 |
commit | c40a217db5f63be3aa88a32ad77ec93efb40d95c (patch) | |
tree | bb98d36456ecf48105be6f0bd57c480eb8f32619 /extra/libgadu | |
parent | a422536e1ba326bff507ba81859c784a135d1804 (diff) |
Tue May 31 22:46:59 UTC 2011
Diffstat (limited to 'extra/libgadu')
-rw-r--r-- | extra/libgadu/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/libgadu/PKGBUILD b/extra/libgadu/PKGBUILD index da245d5d6..eb86b103d 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') @@ -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 } |