diff options
Diffstat (limited to 'community/gloox/PKGBUILD')
-rw-r--r-- | community/gloox/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gloox/PKGBUILD b/community/gloox/PKGBUILD index 15626c957..593cbae37 100644 --- a/community/gloox/PKGBUILD +++ b/community/gloox/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 100162 2013-11-01 20:46:56Z 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 -pkgrel=2 +pkgver=1.0.9 +pkgrel=1 pkgdesc="C++ libraries for development of Jabber client/component/server" arch=(i686 x86_64) url="http://camaya.net/gloox" license=("GPL") depends=('libidn' 'gnutls') source=(http://camaya.net/download/gloox-$pkgver.tar.bz2) -md5sums=('80ba7fa1220913a9f67bf6f3183aafbd') +md5sums=('48fc9aa5210c2a1ce253751a4d38e19c') build() { cd $srcdir/gloox-$pkgver |