Date: Friday, April 12, 2013 @ 01:05:23 Author: foutrelis Revision: 182641
upgpkg: sudo 1.8.6.p8-1 New upstream release. Modified: sudo/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-11 22:29:15 UTC (rev 182640) +++ PKGBUILD 2013-04-11 23:05:23 UTC (rev 182641) @@ -4,9 +4,9 @@ # Contributor: Tom Newsom <[email protected]> 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 @@ options=('!libtool') source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig} sudo.pam) -sha256sums=('301089edb22356f59d097f6abbe1303f03927a38691b02959d618546c2125036' - 'ab7660cbaba45f6aff03abbae69a62e9644a86bed76b53334364147569f104d6' +sha256sums=('c0baaa87f59153967b650a0dde2f7d4147d358fa15f3fdabb47e84d0282fe625' + 'SKIP' 'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae') build() {
