summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66b512f25045..b5729dbd7889 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,8 @@ pkgbase = solarus-quest-editor
depends = solarus
depends = qt5-base
depends = qt5-tools
- source = https://gitlab.com/solarus-games/solarus-quest-editor/archive/v1.5.3.tar.gz
- md5sums = fc72b5945c0dec121e82defc94281aad
+ source = https://gitlab.com/solarus-games/solarus-quest-editor/-/archive/v1.5.3.tar.gz
+ md5sums = a51f909e4ac8d3e22c477cae24e23062
pkgname = solarus-quest-editor
diff --git a/PKGBUILD b/PKGBUILD
index 28c69bf7e641..e3c1984cc4dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,9 +19,9 @@ backup=()
options=()
install=
changelog=
-source=("https://gitlab.com/solarus-games/$pkgname/archive/v$pkgver.tar.gz")
+source=("https://gitlab.com/solarus-games/$pkgname/-/archive/v$pkgver.tar.gz")
noextract=()
-md5sums=("fc72b5945c0dec121e82defc94281aad")
+md5sums=("a51f909e4ac8d3e22c477cae24e23062")
build() {
cd "$srcdir/$pkgname-$pkgver"