From b4d8eae7a97bf3d1beabc713bdcc92db296be29e Mon Sep 17 00:00:00 2001 From: abveritas Date: Sat, 15 Dec 2012 01:29:20 +0000 Subject: [PATCH] libgssglue update for openssl --- libgssglue/PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/libgssglue/PKGBUILD b/libgssglue/PKGBUILD index 5f789a81c..eebfc6228 100644 --- a/libgssglue/PKGBUILD +++ b/libgssglue/PKGBUILD @@ -1,23 +1,22 @@ # # Chakra Packages for Chakra, part of chakra-project.org # -# maintainer (i686): Phil Miller -# maintainer (x86_64): Manuel Tortosa +# maintainer abveritas[at]chakra-project[dot]org> pkgname=libgssglue -pkgver=0.3 -pkgrel=3 +pkgver=0.4 +pkgrel=1 pkgdesc="Exports a gssapi interface which calls other random gssapi libraries" -arch=('i686' 'x86_64') +arch=('x86_64') url="http://www.citi.umich.edu/projects/nfsv4/linux/" 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) -md5sums=('48aaad11b7371ba3270faa322202c038' +source=("http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz" + 'gssapi_mech.conf') +md5sums=('088797f3180702fa54e786496b32e750' '080be866717e4e06fa6f7d6f43cb395a') build() {