diff options
Diffstat (limited to 'community/gsasl/PKGBUILD')
-rw-r--r-- | community/gsasl/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gsasl/PKGBUILD b/community/gsasl/PKGBUILD index 01c39c725..35dac7cf4 100644 --- a/community/gsasl/PKGBUILD +++ b/community/gsasl/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 45799 2011-04-29 10:48:15Z spupykin $ +# $Id: PKGBUILD 48291 2011-05-31 09:32:16Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Orivej Desh <smpuj@bk.ru> # Maintainer: Orivej Desh <smpuj@bk.ru> pkgname=gsasl -pkgver=1.5.4 -pkgrel=2 +pkgver=1.6.1 +pkgrel=1 pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms" arch=("i686" "x86_64") url="http://josefsson.org/gsasl/" license=("GPL") depends=('gnutls' 'libidn' 'krb5') -source=("ftp://alpha.gnu.org/gnu/gsasl/$pkgname-$pkgver.tar.gz") -md5sums=('44cf5073a6ee2d77d526605bd6ab3904') +source=("ftp://ftp.gnu.org/gnu/gsasl/$pkgname-$pkgver.tar.gz") +md5sums=('7ae813eeb1f90ad52e9a781ac9e17f28') build() { cd "$srcdir/$pkgname-$pkgver" |