summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-06-20 19:06:56 +0300
committerDimitris Kiziridis2020-06-20 19:06:56 +0300
commite50e1c743dde6f81ddef8fbb5dd5f42c1e9b6b4d (patch)
tree9de63cbee25e73b1978c872a132edf607611d2d2
parent768cc014fb5ecefaa67ed3ac27569f84a1caacb0 (diff)
downloadaur-pwncat-git.tar.gz
minor fix
-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() {