diff options
author | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
commit | 807f42c30ddb00c4e2d4034ce1720d7cb494e074 (patch) | |
tree | 80b0599366bffbfa57def09ed036e6ad635f1796 /testing/sudo | |
parent | 0424b5fc47f106db6498c4cda3476e1d49fe0f82 (diff) |
Fri Oct 28 23:14:50 UTC 2011
Diffstat (limited to 'testing/sudo')
-rw-r--r-- | testing/sudo/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/sudo/PKGBUILD b/testing/sudo/PKGBUILD index bb7635aaa..c48c0cccb 100644 --- a/testing/sudo/PKGBUILD +++ b/testing/sudo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 141045 2011-10-22 13:25:45Z allan $ +# $Id: PKGBUILD 141277 2011-10-28 01:35:38Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=sudo -_ver=1.8.3 +_ver=1.8.3p1 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=('9e5517bbf3aee420b38c2d1d7a71bcad' - '9320510b4fde1c98a1846d9a21c5442a' +md5sums=('7becc572fa97f94cf721a2ee8299c45b' + 'b0726a25694fb2cdd5e1c146eb024e9c' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') build() { |