[arch-commits] Commit in sudo/trunk (PKGBUILD)

Paul Mattal paul at archlinux.org
Sun May 4 22:31:55 UTC 2008


    Date: Sunday, May 4, 2008 @ 18:31:54
  Author: paul
Revision: 1318

upgpkg: sudo 1.6.9p15-1
    upgrade to 1.6.9p15, changed to use --with-env-editor

Modified:
  sudo/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-04 22:20:46 UTC (rev 1317)
+++ PKGBUILD	2008-05-04 22:31:54 UTC (rev 1318)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=sudo
-pkgver=1.6.9p12
+pkgver=1.6.9p15
 pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=(i686 x86_64)
@@ -13,14 +13,14 @@
 backup=('etc/sudoers' 'etc/pam.d/sudo')
 source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz sudo.pam)
 options=('!libtool')
-md5sums=('a5795c292e5c64dd9f7bcba8c1c712c9'
+md5sums=('06cfeed4ececfce6c82e03974c588066'
          '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver || return 1
 
   ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
-    --with-editor=/usr/bin/vi --with-all-insults --with-logfac=auth || return 1
+    --with-env-editor --with-all-insults --with-logfac=auth || return 1
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
   install -D -m644 $startdir/src/sudo.pam $startdir/pkg/etc/pam.d/sudo \





More information about the arch-commits mailing list