diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-31 03:57:01 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-31 03:57:01 +0000 |
commit | 7cd564d1e9657febf970765ffd43fcee8abe7ff5 (patch) | |
tree | 49981b5eb9933d5122695dbe1698233d0ef53133 /extra/libgadu | |
parent | 4ac93228afaf8da847b4ec91aac9c43f3bef472c (diff) |
Sat May 31 03:30:32 UTC 2014
Diffstat (limited to 'extra/libgadu')
-rw-r--r-- | extra/libgadu/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libgadu/PKGBUILD b/extra/libgadu/PKGBUILD index b6ac3e224..cc426a5c0 100644 --- a/extra/libgadu/PKGBUILD +++ b/extra/libgadu/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 205892 2014-02-13 10:02:12Z andrea $ +# $Id: PKGBUILD 213856 2014-05-30 15:47:45Z andrea $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Mateusz Herych <heniekk@gmail.com> pkgname=libgadu -pkgver=1.11.3 +pkgver=1.11.4 pkgrel=1 pkgdesc="This library implements the client side of the Gadu-Gadu protocol" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url="http://libgadu.net/" license=('LGPL2.1') depends=('openssl' 'zlib') source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('63b0870821bdb7077a952183db31db50') +md5sums=('feef622126e21601798c7e4497890ca3') build() { cd ${pkgname}-${pkgver} |