diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-29 11:24:07 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-29 11:24:07 -0300 |
commit | 38bae167f23bd509b81394975c012b8abb1693d7 (patch) | |
tree | 3b926bce43f03c0366d78ad6253cbdf9520235d4 /core/libgssglue | |
parent | 2bcb8acb8b02bde03c5d285baafe754760788265 (diff) | |
parent | 498a4346616c33beac56d48a246cf27fe3812341 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/espeak/PKGBUILD
community/gmic/PKGBUILD
extra/dhcp/PKGBUILD
extra/hspell/PKGBUILD
extra/libatasmart/PKGBUILD
extra/udisks/PKGBUILD
extra/xorg-server/PKGBUILD
testing/libdrm/PKGBUILD
testing/libdrm/no-pthread-stubs.patch
testing/systemd/PKGBUILD
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') |