[arch-commits] CVS update of arch/build/system/sudo (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Jul 27 20:01:07 UTC 2007


    Date: Friday, July 27, 2007 @ 16:01:07
  Author: tpowa
    Path: /home/cvs-arch/arch/build/system/sudo

Modified: PKGBUILD (1.21 -> 1.22)

'upgpkg: update to new version'


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


Index: arch/build/system/sudo/PKGBUILD
diff -u arch/build/system/sudo/PKGBUILD:1.21 arch/build/system/sudo/PKGBUILD:1.22
--- arch/build/system/sudo/PKGBUILD:1.21	Wed Jul 25 14:49:56 2007
+++ arch/build/system/sudo/PKGBUILD	Fri Jul 27 16:01:07 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.21 2007/07/25 18:49:56 tpowa Exp $
+# $Id: PKGBUILD,v 1.22 2007/07/27 20:01:07 tpowa Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=sudo
-pkgver=1.6.9
+pkgver=1.6.9p1
 pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=(i686 x86_64)
@@ -12,13 +12,14 @@
 backup=('etc/sudoers')
 source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz sudo.pam)
 options=('!libtool')
-md5sums=('7eeb0d89a7c358012377c8d150581cd7'
+force=y
+md5sums=('3bd851451f00001f1f405653f2c1682f'
          '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
-    --with-editor=/usr/bin/vi
+    --with-editor=/usr/bin/vi --enable-all-insults
   make || return 1
   make DESTDIR=$startdir/pkg install
   install -D -m644 $startdir/src/sudo.pam $startdir/pkg/etc/pam.d/sudo




More information about the arch-commits mailing list