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

Anatol Pomozov anatolik at archlinux.org
Wed Apr 26 23:40:53 UTC 2017


    Date: Wednesday, April 26, 2017 @ 23:40:52
  Author: anatolik
Revision: 294849

upgpkg: fping 4.0-1

Modified:
  fping/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 20:50:46 UTC (rev 294848)
+++ PKGBUILD	2017-04-26 23:40:52 UTC (rev 294849)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=fping
-pkgver=3.16
+pkgver=4.0
 pkgrel=1
 pkgdesc="A utility to ping multiple hosts at once"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom') 
 depends=('glibc')
 source=("http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz")
-md5sums=('9ceb7a47f162521aa930556c79f2bdd3')
+md5sums=('c21a80d7519fa0ad2411bf6799873eb0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -32,5 +32,4 @@
   # install license
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
   chmod 4555 ${pkgdir}/usr/bin/fping
-  chmod 4555 ${pkgdir}/usr/bin/fping6
 }



More information about the arch-commits mailing list