summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-14 00:46:08 -0700
committerroot <root@rshg054.dnsready.net>2013-04-14 00:46:08 -0700
commit8ec4fd7a9e4748c568b20fefcb2dec0f289dc213 (patch)
tree57356a416a46b3c8894bd71a4503aecb49f2ed7f /core
parent8f0418e4a239ba973834592537b474d3aac52d5b (diff)
Sun Apr 14 00:46:05 PDT 2013
Diffstat (limited to 'core')
-rw-r--r--core/sudo/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD
index c9ae17802..9892da00a 100644
--- a/core/sudo/PKGBUILD
+++ b/core/sudo/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 180116 2013-03-17 15:39:56Z foutrelis $
+# $Id: PKGBUILD 182700 2013-04-12 23:52:17Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=sudo
-_sudover=1.8.6p7
+_sudover=1.8.6p8
pkgver=${_sudover/p/.p}
-pkgrel=2
+pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root"
arch=('i686' 'x86_64')
url="http://www.sudo.ws/sudo/"
@@ -17,8 +17,8 @@ backup=('etc/sudoers' 'etc/pam.d/sudo')
options=('!libtool')
source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
sudo.pam)
-sha256sums=('301089edb22356f59d097f6abbe1303f03927a38691b02959d618546c2125036'
- 'ab7660cbaba45f6aff03abbae69a62e9644a86bed76b53334364147569f104d6'
+sha256sums=('c0baaa87f59153967b650a0dde2f7d4147d358fa15f3fdabb47e84d0282fe625'
+ 'SKIP'
'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae')
build() {