diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-02 10:50:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-02 10:50:51 -0300 |
commit | 901d121a0b559ed0c285f6cf7daebd0e0081a327 (patch) | |
tree | 814faf33f5ac64cc28c07e45f56c240c93605746 /community/gsasl/PKGBUILD | |
parent | d0fae3a9b2c0de7490049611767dc2a3d6e94899 (diff) | |
parent | e7b9c9697e6a50c3b9e78941fa95ba11c716d238 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
testing/mesa/PKGBUILD
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 ea52e7e6d..dcfe9692d 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" 'mips64el') 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" |