[arch-commits] Commit in fping/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Thu Jul 23 19:46:05 UTC 2020
Date: Thursday, July 23, 2020 @ 19:46:04
Author: anthraxx
Revision: 392459
upgpkg: fping 4.3-1
Modified:
fping/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-23 19:05:37 UTC (rev 392458)
+++ PKGBUILD 2020-07-23 19:46:04 UTC (rev 392459)
@@ -3,8 +3,8 @@
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=fping
-pkgver=4.2
-pkgrel=2
+pkgver=4.3
+pkgrel=1
pkgdesc='Utility to ping multiple hosts at once'
url='https://www.fping.org/'
arch=('x86_64')
@@ -12,13 +12,14 @@
depends=('glibc')
install=${pkgname}.install
source=(https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('2bab34dae539d942eb5e436802e6f74d57c04aa4b782f9adbd6c27830209fdb47707131f20ed966012bcec3d253c9bb3df9033a60b55bfe560af6bb1f572ee8a'
+sha512sums=('9304a590a9a914227331d495aae9bce434dbef6768b2efbca15bc3dddbdd2c0b8406402c0fe40f8e83740f35704b7473287ac80f7c638549174c0ec055ea8bcb'
'SKIP')
+b2sums=('43d68f8b6884d562aa5563049b1de5e2cc53c02b2ffd2870200cb535c9d0480c5b29e2f2d4886616f8bc0f41f011c671faf35a97f3a9e47275d6a86c1b7bd0a8'
+ 'SKIP')
validpgpkeys=('8D1E89B8FBA920A5A609F2615A11A22BC5A1F734') # David Schweikert <david at schweikert.ch>
build() {
cd ${pkgname}-${pkgver}
- CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
More information about the arch-commits
mailing list