diff options
Diffstat (limited to 'community/gloox/PKGBUILD')
-rw-r--r-- | community/gloox/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/gloox/PKGBUILD b/community/gloox/PKGBUILD index b9f46d36f..e9d48d351 100644 --- a/community/gloox/PKGBUILD +++ b/community/gloox/PKGBUILD @@ -1,18 +1,17 @@ -# $Id: PKGBUILD 97518 2013-09-23 16:14:07Z spupykin $ +# $Id: PKGBUILD 100444 2013-11-04 12:11:53Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: William Rea <sillywilly@gmail.com> pkgname=gloox -pkgver=1.0.6 +pkgver=1.0.9 pkgrel=1 pkgdesc="C++ libraries for development of Jabber client/component/server" arch=(i686 x86_64 'mips64el') url="http://camaya.net/gloox" -options=('!libtool') license=("GPL") depends=('libidn' 'gnutls') source=(http://camaya.net/download/gloox-$pkgver.tar.bz2) -md5sums=('80ba7fa1220913a9f67bf6f3183aafbd') +md5sums=('48fc9aa5210c2a1ce253751a4d38e19c') build() { cd $srcdir/gloox-$pkgver |