Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / echoping
Commits: e61f1c2d by Antonio Rojas at 2024-09-07T15:27:55+02:00 upgpkg: 6.0.2-13: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = echoping + pkgdesc = tests performance of a remote host by sending HTTP, TCP and UDP requests + pkgver = 6.0.2 + pkgrel = 13 + url = http://echoping.sourceforge.net/ + arch = x86_64 + license = GPL + depends = libidn + depends = popt + depends = libldap + source = https://pkgs.fedoraproject.org/repo/pkgs/echoping/echoping-6.0.2.tar.gz/991478532b56ab3b6f46ea9fa332626f/echoping-6.0.2.tar.gz + source = link-echoping-to-libm.patch + md5sums = 991478532b56ab3b6f46ea9fa332626f + md5sums = 3df2d0073af658579323d5f638de0289 + sha256sums = 1dfa4c45bf461b2379ff91773ed7136176e2abac9e85c26bc9654942b5155eac + sha256sums = 4406771935c43591fcb31a9bc27ec342455556dda69686ea58dcf21626d30ca2 + +pkgname = echoping ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=echoping pkgver=6.0.2 -pkgrel=12 +pkgrel=13 pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP requests" arch=('x86_64') url="http://echoping.sourceforge.net/" @@ -24,6 +24,7 @@ prepare() { build() { cd "$srcdir/$pkgname-$pkgver" CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common + CFLAGS+=" -Wno-implicit-function-declaration -Wno-int-conversion" ./configure --prefix=/usr --config-cache --with-ssl make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/echoping/-/commit/e61f1c2d33721426fb539180a6aa59f86387c972 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/echoping/-/commit/e61f1c2d33721426fb539180a6aa59f86387c972 You're receiving this email because of your account on gitlab.archlinux.org.
