summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2023-01-07 02:50:35 -0500
committeréclairevoyant2023-01-07 02:50:35 -0500
commit2effee2408e11708d911e73e45f29cbd383fd12c (patch)
treeecb5a89c8f6766d1ed0cb0ff8603aedbeeea2727
parent5db959159ca90e7921d256880136c3e2977ca91a (diff)
downloadaur-torch7-git.tar.gz
torch7-git: remove redundant source rename
Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
-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() {