Package Details: tcping-git 1.3.6-2

Git Clone URL: https://aur.archlinux.org/tcping-git.git (read-only, click to copy)
Package Base: tcping-git
Description: a utility that does a TCP connect to the given ip/port combination
Upstream URL: https://github.com/mkirchner/tcping
Licenses: MIT
Conflicts: tcping
Provides: tcping
Replaces: tcping
Submitter: kemadz
Maintainer: kemadz
Last Packager: kemadz
Votes: 0
Popularity: 0.000000
First Submitted: 2018-12-18 04:04 (UTC)
Last Updated: 2022-02-14 12:09 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

kemadz commented on 2022-02-14 12:12 (UTC)

Done. @sainnhe

sainnhe commented on 2022-02-14 08:30 (UTC) (edited on 2022-02-14 08:32 (UTC) by sainnhe)

Hello, please add the following:

diff --git a/.SRCINFO b/.SRCINFO
index 0253594..dfd6337 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,10 @@ pkgbase = tcping-git
    arch = x86_64
    license = MIT
    depends = glibc
+   provides = tcping
+   conflicts = tcping
+   replaces = tcping
    source = git+https://github.com/mkirchner/tcping#tag=1.3.6
    sha512sums = SKIP

 pkgname = tcping-git
-
diff --git a/PKGBUILD b/PKGBUILD
index fdef5e3..d038c1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,9 @@ arch=('x86_64')
 depends=('glibc')
 source=("git+$url#tag=$pkgver")
 sha512sums=('SKIP')
+provides=("tcping")
+conflicts=("tcping")
+replaces=("tcping")

 build() {
   cd "$srcdir/tcping"