summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8124842974e5..522b46a3a321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon May 8 18:01:43 UTC 2023
pkgbase = inetutils-git
pkgdesc = A collection of common network programs
- pkgver = 2.0.r5.g4ad0b48b
+ pkgver = 2.4.r7.geb5e59b6
pkgrel = 1
url = http://www.gnu.org/software/inetutils/
install = inetutils.install
@@ -13,7 +15,7 @@ pkgbase = inetutils-git
depends = pam
depends = libcap
depends = readline
- provides = inetutils=2.0
+ provides = inetutils=2.4
conflicts = inetutils
options = !emptydirs
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index dfbdbd24be8a..0c3d0671c697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
set -u
_pkgname='inetutils'
pkgname="${_pkgname}-git"
-pkgver=2.0.r5.g4ad0b48b
+pkgver=2.4.r7.geb5e59b6
pkgrel=1
_srcdir="${_pkgname}"
pkgdesc='A collection of common network programs'
@@ -93,6 +93,7 @@ prepare() {
cd "${_srcdir}"
# makepkg -i reruns prepare() which it should not
if [ ! -L 'gnulib' ]; then
+ rmdir 'gnulib' || :
ln -s '../gnulib'
# telnetd disconnects without banner on 90% of connections
# http://lists.gnu.org/archive/html/bug-inetutils/2015-07/msg00006.html