diff options
Diffstat (limited to 'core/libgssglue')
-rw-r--r-- | core/libgssglue/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/core/libgssglue/PKGBUILD b/core/libgssglue/PKGBUILD index 3d7678a0c..4ef5b8d41 100644 --- a/core/libgssglue/PKGBUILD +++ b/core/libgssglue/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 133594 2011-07-29 21:01:43Z tpowa $ -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> +# $Id: PKGBUILD 165600 2012-08-27 07:54:23Z tomegun $ +# Maintainer: Tom Gundersen <teg@jklm.no> +# Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=libgssglue -pkgver=0.3 +pkgver=0.4 pkgrel=1 pkgdesc="Exports a gssapi interface which calls other random gssapi libraries" arch=('i686' 'x86_64' 'mips64el') @@ -14,8 +15,6 @@ backup=(etc/gssapi_mech.conf) options=('!libtool') source=(http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz gssapi_mech.conf) -md5sums=('48aaad11b7371ba3270faa322202c038' - '080be866717e4e06fa6f7d6f43cb395a') build() { cd "$srcdir"/$pkgname-$pkgver @@ -32,3 +31,5 @@ package() { # install license install -Dm644 COPYING "$pkgdir"/usr/share/licenses/libgssglue/COPYING } +md5sums=('088797f3180702fa54e786496b32e750' + '080be866717e4e06fa6f7d6f43cb395a') |