summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7023497a14c5..a6da5b735632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Writes files into ROM images for TI calculators'
makedepends=("cmake" "asciidoc")
arch=("x86_64")
url='https://github.com/KnightOS/mkrom'
-source=("https://github.com/KnightOS/mkrom/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/KnightOS/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('2c5c2e72f7f9a552c8f43015129e755f3d0a2a4c4152c615fcd7b9ed50ebf3c2')
build() {