summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2022-07-24 16:21:56 +0800
committerYour Name2022-07-24 16:21:56 +0800
commitcbd2194826fab712c19d4c7930b2955e15f137b8 (patch)
tree839cc066cbb344210c1e86ad6f505a0e1ebd3f56
parentbdb5edefa7b9ecf0d65fd389109f389859ff6465 (diff)
downloadaur-tcping-go-git.tar.gz
Switch upstream
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9355de168505..7eea22243bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tcping-go-git
- pkgdesc = ping over a tcp connection
- pkgver = 0.1.1.r10.g84598f9
+ pkgdesc = Ping TCP ports. Inspired by Linux's ping utility. Written in Go
+ pkgver = 1.12.1.r29.g3a1dc3a
pkgrel = 1
- url = https://github.com/cloverstd/tcping
+ url = https://github.com/pouriyajamshidi/tcping
arch = x86_64
license = MIT
makedepends = go
@@ -11,7 +11,7 @@ pkgbase = tcping-go-git
provides = tcping-go
conflicts = tcping
conflicts = tcping-go
- source = git+https://github.com/cloverstd/tcping.git
+ source = git+https://github.com/pouriyajamshidi/tcping.git
sha256sums = SKIP
pkgname = tcping-go-git
diff --git a/PKGBUILD b/PKGBUILD
index cb7eadaa1f22..16520a60ddf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=tcping-go-git
_pkgname=tcping
-pkgver=0.1.1.r10.g84598f9
+pkgver=1.12.1.r29.g3a1dc3a
pkgrel=1
-pkgdesc='ping over a tcp connection'
+pkgdesc="Ping TCP ports. Inspired by Linux's ping utility. Written in Go"
provides=('tcping' 'tcping-go')
conflicts=('tcping' 'tcping-go')
arch=('x86_64')
-url="https://github.com/cloverstd/tcping"
+url="https://github.com/pouriyajamshidi/tcping"
license=('MIT')
makedepends=('go' 'git')
-source=("git+https://github.com/cloverstd/$_pkgname.git")
+source=("git+https://github.com/pouriyajamshidi/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {