summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63861cab6d14..79737704563a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = pwncat-git
makedepends = git
depends = python
provides = pwncat
- source = git+https://github.com/cytopia/pwncat
+ source = pwncat::git+https://github.com/cytopia/pwncat
sha256sums = SKIP
pkgname = pwncat-git
diff --git a/PKGBUILD b/PKGBUILD
index d67f5e137ad1..e17690f17db7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
provides=('pwncat')
depends=('python')
makedepends=('python-setuptools' 'git')
-source=("git+https://github.com/cytopia/pwncat")
+source=("pwncat::git+https://github.com/cytopia/pwncat")
sha256sums=('SKIP')
pkgver() {