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 fa27c30392f3..36a10b05f5cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = jaksel-language
arch = any
license = MIT
makedepends = npm
- source = https://github.com/RioChndr/jaksel-language/archive/refs/tags/v1.1.0.tar.gz
+ source = https://github.com/RioChndr/jaksel-language/archive/v1.1.0.tar.gz
sha256sums = 6cc1c4cda795e15d58b2cc1255341e26f644b53db5e2a08b089b16987f2b423a
pkgname = jaksel-language
diff --git a/PKGBUILD b/PKGBUILD
index a9294d42c71e..d681b701660a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
depends=()
makedepends=('npm')
source=(
- "https://github.com/RioChndr/jaksel-language/archive/refs/tags/v${pkgver}.tar.gz"
+ "https://github.com/RioChndr/jaksel-language/archive/v${pkgver}.tar.gz"
)
sha256sums=(
"6cc1c4cda795e15d58b2cc1255341e26f644b53db5e2a08b089b16987f2b423a"