From e4a5730eb358cb0d78bc022204ddccac068c2bf2 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Feb 2012 23:15:06 +0000 Subject: Sat Feb 25 23:15:06 UTC 2012 --- core/sudo/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/sudo') diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD index ce9c7d00b..4ac7cbab1 100644 --- a/core/sudo/PKGBUILD +++ b/core/sudo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 150627 2012-02-19 00:54:21Z allan $ +# $Id: PKGBUILD 150974 2012-02-24 12:10:46Z allan $ # Maintainer: Allan McRae # Contributor: Tom Newsom pkgname=sudo -_ver=1.8.4 +_ver=1.8.4p1 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" @@ -15,8 +15,8 @@ backup=('etc/sudoers' 'etc/pam.d/sudo') options=('!libtool' '!makeflags') source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} sudo.pam) -md5sums=('5a54dde137618bbc1dd46bb0ef725d7d' - '5edb139753431bf0ccb5bd79bfae870e' +md5sums=('d7f9bf7675bbc6d75e6f9353a175317c' + '51bc933d386af08038349dd61aa243c3' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') build() { @@ -28,7 +28,7 @@ build() { } check() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/$pkgname-$_ver" make check } -- cgit v1.2.3-54-g00ecf