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

Tobias Powalowski tpowa at archlinux.org
Wed Jul 25 18:49:56 UTC 2007


    Date: Wednesday, July 25, 2007 @ 14:49:56
  Author: tpowa
    Path: /home/cvs-arch/arch/build/system/sudo

Modified: PKGBUILD (1.20 -> 1.21)

'upgpkg: update to new version'


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


Index: arch/build/system/sudo/PKGBUILD
diff -u arch/build/system/sudo/PKGBUILD:1.20 arch/build/system/sudo/PKGBUILD:1.21
--- arch/build/system/sudo/PKGBUILD:1.20	Tue Jun 26 14:45:59 2007
+++ arch/build/system/sudo/PKGBUILD	Wed Jul 25 14:49:56 2007
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD,v 1.20 2007/06/26 18:45:59 dan Exp $
+# $Id: PKGBUILD,v 1.21 2007/07/25 18:49:56 tpowa Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=sudo
-pkgver=1.6.8
-pkgrel=11
+pkgver=1.6.9
+pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=(i686 x86_64)
 url="http://www.sudo.ws/sudo/"
 license=('custom:ISC')
 depends=('glibc' 'pam')
 backup=('etc/sudoers')
-source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-1.6.8p12.tar.gz sudo.pam)
-md5sums=('b29893c06192df6230dd5f340f3badf5' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
+source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz sudo.pam)
 options=('!libtool')
+md5sums=('7eeb0d89a7c358012377c8d150581cd7'
+         '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
 
 build() {
-  cd $startdir/src/$pkgname-1.6.8p12
+  cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
     --with-editor=/usr/bin/vi
   make || return 1




More information about the arch-commits mailing list