diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-22 19:48:00 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-22 19:48:00 -0300 |
commit | 37c6b66933676a18529b4e647d1a79a626900512 (patch) | |
tree | 71c20974a4371e5bb41d2fa4faa807a73f12f8b8 /core/sudo | |
parent | a3574b9529a82018664ff6e810d7d81b2bb4eb75 (diff) | |
parent | 0297e16d6d46f426939811847e72539d15bbf12d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/qt/PKGBUILD
testing/systemd/PKGBUILD
testing/systemd/use-split-usr-path.patch
Diffstat (limited to 'core/sudo')
-rw-r--r-- | core/sudo/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD index 8c659f14a..8b35589b3 100644 --- a/core/sudo/PKGBUILD +++ b/core/sudo/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 166770 2012-09-18 20:26:27Z foutrelis $ +# $Id: PKGBUILD 166911 2012-09-21 18:28:21Z 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.6p2 +_sudover=1.8.6p3 pkgver=${_sudover/p/.p} pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" @@ -16,7 +16,7 @@ backup=('etc/sudoers' 'etc/pam.d/sudo') options=('!libtool') source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz sudo.pam) -sha256sums=('d342ba710cc326bfa2065ed8ebe262a72b54a497a686aa4cbbbd0ae3028dcf4b' +sha256sums=('8130df04268f678880c3f423337c56e7d437a0f508a46b1dfefae16b0b20c92e' 'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae') build() { |