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 4e1fb5eb61a4..956bc168505f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = torch7-git
optdepends = torch7-trepl-git: Interactive REPL shell
provides = torch7
conflicts = torch7
- source = torch7::git+https://github.com/torch/torch7
+ source = git+https://github.com/torch/torch7
b2sums = SKIP
pkgname = torch7-git
diff --git a/PKGBUILD b/PKGBUILD
index f4c2373b3aa7..85763c1bd95c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('cmake' 'git')
optdepends=('torch7-trepl-git: Interactive REPL shell')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git+https://github.com/torch/$_pkgname")
+source=("git+https://github.com/torch/$_pkgname")
b2sums=('SKIP')
pkgver() {