summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-06-20 18:51:29 +0300
committerDimitris Kiziridis2020-06-20 18:51:29 +0300
commitbb9039f1f678ba82a4b11ae0c21594652f267367 (patch)
treec0c5d90f1b295534e669f9a40ecead6589bc693f
parent6fce95f5d4e6794ba007dd360b5c639390a3e9fc (diff)
downloadaur-bb9039f1f678ba82a4b11ae0c21594652f267367.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 a109133f91c5..ae490c80a40d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = darknet-git
optdepends = cuda
optdepends = python
provides = darknet
- source = git+https://github.com/pjreddie/darknet
+ source = darknet::git+https://github.com/pjreddie/darknet
sha256sums = SKIP
pkgname = darknet-git
diff --git a/PKGBUILD b/PKGBUILD
index 3e23f820d96a..2ec3be4efd4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('Unlicense')
depends=('bash')
optdepends=('opencv' 'cuda' 'python')
provides=("${pkgname%-git}")
-source=("git+https://github.com/pjreddie/darknet")
+source=("darknet::git+https://github.com/pjreddie/darknet")
sha256sums=('SKIP')
pkgver() {