upg iputils

This commit is contained in:
joborun linux 2022-11-27 23:24:32 +02:00
parent 945154eccc
commit 68eea2f728
4 changed files with 17 additions and 8 deletions

View file

@ -8,7 +8,7 @@
pkgname=iputils
# Commit date + git rev-parse --short origin/master
_rev=23c3782a
pkgver=20211215
pkgver=20221126
pkgrel=01
pkgdesc="Network monitoring tools, including ping w/o systemd"
arch=('x86_64')
@ -17,13 +17,14 @@ depends=('libcap' 'libidn2')
makedepends=('perl-sgmls' 'git' 'docbook-xsl' 'meson' 'iproute')
conflicts=('netkit-base' 'arping')
replaces=('netkit-base')
#options=(debug) ### uncomment for the debug pkg
source=("git+https://github.com/iputils/iputils.git#tag=${pkgver}?signed")
build() {
mkdir -p build
cd build
arch-meson ../$pkgname -DBUILD_RARPD=true
arch-meson ../$pkgname
ninja
}
@ -40,3 +41,5 @@ license=('GPL')
validpgpkeys=('2016FEA4858B1C36B32E833AC0DEC2EE72F33A5F') # Petr Vorel
sha256sums=(SKIP)

View file

@ -5,7 +5,7 @@
pkgname=iputils
# Commit date + git rev-parse --short origin/master
_rev=23c3782a
pkgver=20211215
pkgver=20221126
pkgrel=1
pkgdesc="Network monitoring tools, including ping"
arch=('x86_64')
@ -17,13 +17,14 @@ conflicts=('netkit-base' 'arping')
replaces=('netkit-base')
source=("git+https://github.com/iputils/iputils.git#tag=${pkgver}?signed")
validpgpkeys=('2016FEA4858B1C36B32E833AC0DEC2EE72F33A5F') # Petr Vorel
sha1sums=('SKIP')
options=(debug)
sha256sums=('SKIP')
build() {
mkdir -p build
cd build
arch-meson ../$pkgname -DBUILD_RARPD=true
arch-meson ../$pkgname
ninja
}

View file

@ -2,3 +2,5 @@ perl-sgmls
git
docbook-xsl
meson

View file

@ -1,3 +1,6 @@
real 0m14.997s
user 0m11.147s
sys 0m1.238s
real 0m13.535s
user 0m7.773s
sys 0m0.956s