Skip to content

Commit

Permalink
iputils: 20231222 -> 20240117
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jan 18, 2024
1 parent b4ace27 commit 90bc2fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions iputils/.md5sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
f626f492d5cb71157bc1aa1772b109d0 iputils-20231222-1-x86_64.pkg.tar.zst
a9741e46dcb11457a32287470b0ce365 iputils-20231222.tar.gz
4956cd582902571eeb20cde3c389fd4e iputils-20240117-1-x86_64.pkg.tar.zst
2dc8d995f2c6e5ae3586946fc3ade5ce iputils-20240117.tar.gz
10 changes: 5 additions & 5 deletions iputils/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Depends on: libcap libidn2

name=iputils
version=20231222
version=20240117
release=1
source="https://github.com/$name/$name/archive/$version/$name-$version.tar.gz
https://archive.archlinux.org/packages/i/$name/$name-$version-1-x86_64.pkg.tar.zst"
Expand All @@ -20,10 +20,10 @@ build() {
ninja -C build -j ${JOBS:-1} -v
#DESTDIR=$PKG ninja -C build install

install -m 755 -D build/ping/ping $PKG/bin/ping
install -m 755 -D build/arping $PKG/sbin/arping
install -m 755 -D build/tracepath $PKG/usr/sbin/tracepath
install -m 755 -D build/clockdiff $PKG/usr/sbin/clockdiff
install -m 755 -D build/ping/ping $PKG/bin/ping
install -m 755 -D build/arping $PKG/sbin/arping
install -m 755 -D build/tracepath $PKG/usr/sbin/tracepath
install -m 755 -D build/clockdiff $PKG/usr/sbin/clockdiff

install -m 644 -Dt $PKG/usr/share/man/man8/ \
$SRC/usr/share/man/man8/*
Expand Down

0 comments on commit 90bc2fa

Please sign in to comment.