summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40a2a24a5456..793f003931fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iputils-git
pkgdesc = Network monitoring tools, including ping
- pkgver = 20211215.r10.g854873b
+ pkgver = 20211215.r68.g1a5d7a6
pkgrel = 1
url = https://github.com/iputils/iputils
install = iputils.install
@@ -17,7 +17,7 @@ pkgbase = iputils-git
depends = libidn2
depends = openssl
optdepends = xinetd: for tftpd
- provides = iputils
+ provides = iputils=20211215.r68.g1a5d7a6
conflicts = iputils
conflicts = arping
conflicts = netkit-base
diff --git a/PKGBUILD b/PKGBUILD
index 3be911999ca1..28c7077819bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=iputils-git
-pkgver=20211215.r10.g854873b
+pkgver=20211215.r68.g1a5d7a6
pkgrel=1
pkgdesc="Network monitoring tools, including ping"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL' 'BSD' 'custom')
depends=('glibc' 'libcap' 'libidn2' 'openssl')
optdepends=('xinetd: for tftpd')
makedepends=('git' 'meson' 'libxslt')
-provides=('iputils')
+provides=("iputils=$pkgver")
conflicts=('iputils' 'arping' 'netkit-base' 'netkit-tftpd')
replaces=('netkit-base')
backup=('etc/xinetd.d/tftp')
@@ -28,7 +28,7 @@ pkgver() {
build() {
cd "iputils"
- meson \
+ meson setup \
--buildtype=plain \
--prefix="/usr" \
--sbindir="bin" \