diff options
Diffstat (limited to 'core/sudo/PKGBUILD')
-rw-r--r-- | core/sudo/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
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 <allan@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> 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 } |