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 1ae0dd1b14d8..462994ecdaf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = blockbench
depends = giblib
provides = blockbench
conflicts = blockbench
- source = blockbench::git+https://github.com/JannisX11/blockbench.git#tag=v4.8.1
+ source = blockbench::git+https://github.com/JannisX11/blockbench#tag=v4.8.1
source = blockbench.desktop
sha256sums = SKIP
sha256sums = 74731a9f68dbef112c93dafee1a1a8665b9de0816f94643169419ad838dbf66c
diff --git a/PKGBUILD b/PKGBUILD
index b2feea6b4af9..4293f110e1ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _electronVersionMajor=${_electronVersion%%.*}
depends=("${_electron}" 'giblib')
makedepends=(git npm)
-source=("${_pkgname}::git+https://github.com/JannisX11/blockbench.git#tag=v${pkgver}"
+source=("${_pkgname}::git+https://github.com/JannisX11/blockbench#tag=v${pkgver}"
"${_pkgname}.desktop")
sha256sums=('SKIP'
'74731a9f68dbef112c93dafee1a1a8665b9de0816f94643169419ad838dbf66c')