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

Tobias Powalowski tpowa at archlinux.org
Sat Feb 20 10:48:04 UTC 2010


    Date: Saturday, February 20, 2010 @ 05:48:04
  Author: tpowa
Revision: 69336

upgpkg: iputils 20100214-1
bump to latest version

Modified:
  iputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-20 10:36:52 UTC (rev 69335)
+++ PKGBUILD	2010-02-20 10:48:04 UTC (rev 69336)
@@ -2,9 +2,9 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=iputils
-pkgver=20071127
+pkgver=20100214
 _traceroutever=1.4a12
-pkgrel=2
+pkgrel=1
 pkgdesc="IP Configuration Utilities (and Ping)"
 arch=(i686 x86_64)
 license=('GPL')
@@ -16,19 +16,16 @@
 replaces=('netkit-base' 'traceroute')
 source=(http://www.skbuff.net/iputils/$pkgname-s$pkgver.tar.bz2
         ftp://ftp.ee.lbl.gov/traceroute-$_traceroutever.tar.gz
-	iputils-20070202-no-open-max.patch
 	permission-fix.patch)
 options=(!makeflags)
-md5sums=('12245e9927d60ff5cf4a99d265bcb7d3'
+md5sums=('37596c8b3eed537294e77464b9804726'
          '964d599ef696efccdeebe7721cd4828d'
-	 'a2cbc0174dd883f68297aa7f3e7c4f5c'
-	 '66109966cad06e425bb12a78bab85b70')
+         '66109966cad06e425bb12a78bab85b70')
 
 build()
 {
   #build iptuils
   cd $startdir/src/$pkgname-s$pkgver
-  patch -Np1 -i ../iputils-20070202-no-open-max.patch || return 1
   make KERNEL_INCLUDE=/usr/include || return 1   # for i686
   for i in arping clockdiff rarpd rdisc tftpd tracepath tracepath6; do
     install -D -m755 $i $startdir/pkg/usr/sbin/$i




More information about the arch-commits mailing list