summarylogtreecommitdiffstats
path: root/PKGBUILD.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.tmpl')
-rw-r--r--PKGBUILD.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.tmpl b/PKGBUILD.tmpl
index 1d005fc1d47c..5577ccc5922e 100644
--- a/PKGBUILD.tmpl
+++ b/PKGBUILD.tmpl
@@ -12,7 +12,7 @@ makedepends=('rust>=1.47')
conflicts={{CONFLICTS}}
provides={{PROVIDES}}
-source=("https://github.com/{{USER}}/{{REPO}}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
md5sums=('{{MD5SUM}}')
build() {