diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-13 21:51:31 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-13 21:51:31 (GMT) |
commit | 4f7ef8e8232e01cfccc368d57cb025379ecf6862 (patch) | |
tree | 6e92ac4636a2526f5a670cc540e9e76b65628757 /abs/core-testing/sudo/PKGBUILD | |
parent | e99fa77d8394d9acdf9a26eae42c3816de0cc203 (diff) | |
download | linhes_pkgbuild-4f7ef8e8232e01cfccc368d57cb025379ecf6862.zip linhes_pkgbuild-4f7ef8e8232e01cfccc368d57cb025379ecf6862.tar.gz linhes_pkgbuild-4f7ef8e8232e01cfccc368d57cb025379ecf6862.tar.bz2 |
upstream sync for sudo
Diffstat (limited to 'abs/core-testing/sudo/PKGBUILD')
-rw-r--r-- | abs/core-testing/sudo/PKGBUILD | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/abs/core-testing/sudo/PKGBUILD b/abs/core-testing/sudo/PKGBUILD index 9c1f93d..64d8acd 100644 --- a/abs/core-testing/sudo/PKGBUILD +++ b/abs/core-testing/sudo/PKGBUILD @@ -1,9 +1,6 @@ -# $Id: PKGBUILD 4889 2008-07-13 03:16:13Z eric $ -# Maintainer: Paul Mattal <paul@archlinux.org> -# Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=sudo -pkgver=1.6.9p17 -pkgrel=1 +pkgver=1.7.0 +pkgrel=3 pkgdesc="Give certain users the ability to run some commands as root" arch=(i686 x86_64) url="http://www.sudo.ws/sudo/" @@ -11,11 +8,8 @@ url="http://www.sudo.ws/sudo/" license=('custom' 'ISC') depends=('glibc' 'pam') backup=('etc/sudoers' 'etc/pam.d/sudo') -source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz sudo.pam) -md5sums=('b0d01b0c3d55076a47f06f70811be083' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') +source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz sudo.pam ) options=('!libtool' '!makeflags') -md5sums=('60daf18f28e2c1eb7641c4408e244110' - '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') build() { cd $startdir/src/$pkgname-$pkgver || return 1 |