summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKemad Zhong2022-02-14 20:08:22 +0800
committerKemad Zhong2022-02-14 20:08:22 +0800
commit448b36db594cbdafd5d84b59f37e78dd51d5d505 (patch)
tree1c9bbbb1e75465d56512fc6adff1cedfac852ed7 /PKGBUILD
parent976034773d97f22363da18b1d1022a6ec66aa233 (diff)
downloadaur-tcping-git.tar.gz
Add PKGBUILD variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdef5e3b62e6..e735e94d6794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tcping-git
pkgver=1.3.6
-pkgrel=1
+pkgrel=2
pkgdesc="a utility that does a TCP connect to the given ip/port combination"
url="https://github.com/mkirchner/tcping"
license=("MIT")
@@ -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"