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

Allan McRae allan at archlinux.org
Thu Feb 23 04:10:05 UTC 2012


    Date: Wednesday, February 22, 2012 @ 23:10:04
  Author: allan
Revision: 150814

upgpkg: sudo 1.8.4.p1-1

upstrem update

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-23 03:12:46 UTC (rev 150813)
+++ PKGBUILD	2012-02-23 04:10:04 UTC (rev 150814)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sudo
-_ver=1.8.4
+_ver=1.8.4p1
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
@@ -15,8 +15,8 @@
 options=('!libtool' '!makeflags')
 source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
         sudo.pam)
-md5sums=('5a54dde137618bbc1dd46bb0ef725d7d'
-         '5edb139753431bf0ccb5bd79bfae870e'
+md5sums=('d7f9bf7675bbc6d75e6f9353a175317c'
+         '51bc933d386af08038349dd61aa243c3'
          '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
 
 build() {
@@ -28,7 +28,7 @@
 }
 
 check() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$_ver"
   make check
 }
 




More information about the arch-commits mailing list