diff options
Diffstat (limited to 'core/libgssglue/PKGBUILD')
-rw-r--r-- | core/libgssglue/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/libgssglue/PKGBUILD b/core/libgssglue/PKGBUILD index 4ef5b8d41..c7277e32e 100644 --- a/core/libgssglue/PKGBUILD +++ b/core/libgssglue/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 165600 2012-08-27 07:54:23Z tomegun $ +# $Id: PKGBUILD 197800 2013-10-30 10:37:56Z allan $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=libgssglue pkgver=0.4 -pkgrel=1 +pkgrel=2 pkgdesc="Exports a gssapi interface which calls other random gssapi libraries" arch=('i686' 'x86_64' 'mips64el') url="http://www.citi.umich.edu/projects/nfsv4/linux/" @@ -12,7 +12,6 @@ license=('BSD') depends=('glibc') makedepends=('pkgconfig' 'autoconf') backup=(etc/gssapi_mech.conf) -options=('!libtool') source=(http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz gssapi_mech.conf) |