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

Allan McRae allan at archlinux.org
Wed Mar 2 03:49:15 UTC 2011


    Date: Tuesday, March 1, 2011 @ 22:49:15
  Author: allan
Revision: 111921

upgpkg: sudo 1.8.0-1
upstream update

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-01 22:55:49 UTC (rev 111920)
+++ PKGBUILD	2011-03-02 03:49:15 UTC (rev 111921)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sudo
-_ver=1.7.4p6
+_ver=1.8.0
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
@@ -15,7 +15,7 @@
 source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz
         sudo.pam)
 options=('!libtool' '!makeflags')
-md5sums=('1ae12d3d22e7ffedbf2db26f957676f0'
+md5sums=('fa0a35330691af14cb1869f64a65aebc'
          '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
 
 build() {
@@ -33,5 +33,5 @@
   make DESTDIR=$pkgdir install
   install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
 
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
 }




More information about the arch-commits mailing list