summaryrefslogtreecommitdiff
path: root/core/sudo
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-01 23:14:54 +0000
committerroot <root@rshg054.dnsready.net>2012-02-01 23:14:54 +0000
commitac5ada660240f37d7347e42123071990f616e418 (patch)
tree31ac2c7efc492f2c67069b60f1a6ea7ff102ae94 /core/sudo
parentc34f78dd37c2a2015d43de5d89748a2f8147ba1b (diff)
Wed Feb 1 23:14:54 UTC 2012
Diffstat (limited to 'core/sudo')
-rw-r--r--core/sudo/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD
index 9a160f365..024c5d1a4 100644
--- a/core/sudo/PKGBUILD
+++ b/core/sudo/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 141376 2011-10-30 06:48:48Z allan $
+# $Id: PKGBUILD 148401 2012-01-31 11:16:55Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=sudo
-_ver=1.8.3p1
+_ver=1.8.3p2
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-pkgrel=1
+pkgrel=2
pkgdesc="Give certain users the ability to run some commands as root"
arch=('i686' 'x86_64')
url="http://www.sudo.ws/sudo/"
@@ -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=('7becc572fa97f94cf721a2ee8299c45b'
- 'b0726a25694fb2cdd5e1c146eb024e9c'
+md5sums=('6d4282a1530c541f7900fa8dfcf2a882'
+ '07e3c5c79d78db50674d5ad17963d631'
'4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
build() {
@@ -32,6 +32,8 @@ package() {
install -dm755 "$pkgdir/var/lib"
make DESTDIR="$pkgdir" install
+ chmod 755 $pkgdir/var/db
+
install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"