Date: Thursday, July 1, 2010 @ 06:45:12 Author: allan Revision: 84601
upgpkg: sudo 1.7.3-1 upstream update Modified: sudo/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-07-01 05:58:27 UTC (rev 84600) +++ PKGBUILD 2010-07-01 10:45:12 UTC (rev 84601) @@ -3,8 +3,8 @@ # Contributor: Tom Newsom <[email protected]> pkgname=sudo -pkgver=1.7.2p7 -pkgrel=2 +pkgver=1.7.3 +pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" arch=('i686' 'x86_64') url="http://www.sudo.ws/sudo/" @@ -14,8 +14,8 @@ source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz pam_auth.diff sudo.pam) -options=('!libtool' '!makeflags' 'force') -md5sums=('3ac78668427a53e12d7639fdfab2f1af' +options=('!libtool' '!makeflags') +md5sums=('c22115b47cb2591bceedb914b673f031' 'a9aac5f2928f858b83720d914ee9c9ab' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
