[arch-commits] CVS update of core/support/sudo (PKGBUILD)

Paul Mattal paul at archlinux.org
Sun Dec 30 23:11:24 UTC 2007


    Date: Sunday, December 30, 2007 @ 18:11:24
  Author: paul
    Path: /home/cvs-core/core/support/sudo

Modified: PKGBUILD (1.34 -> 1.35)

upgpkg: sudo 1.6.9p10-1
update to 1.6.9p10


----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Index: core/support/sudo/PKGBUILD
diff -u core/support/sudo/PKGBUILD:1.34 core/support/sudo/PKGBUILD:1.35
--- core/support/sudo/PKGBUILD:1.34	Fri Dec 14 19:34:01 2007
+++ core/support/sudo/PKGBUILD	Sun Dec 30 18:11:24 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.34 2007/12/15 00:34:01 eric Exp $
+# $Id: PKGBUILD,v 1.35 2007/12/30 23:11:24 paul Exp $
 # Maintainer: Paul Mattal <paul at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=sudo
-pkgver=1.6.9p9
-pkgrel=1.1
+pkgver=1.6.9p10
+pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=(i686 x86_64)
 url="http://www.sudo.ws/sudo/"
@@ -13,11 +13,12 @@
 backup=('etc/sudoers' 'etc/pam.d/sudo')
 source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz sudo.pam)
 options=('!libtool')
-md5sums=('78a99d05f552c5bb30c818400b185341'
+md5sums=('16db2a1213159a1fac8239eab58108f5'
          '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
+
   ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
     --with-editor=/usr/bin/vi --with-all-insults
   make || return 1




More information about the arch-commits mailing list