summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoopa2019-08-29 17:24:04 -0400
committerKoopa2019-08-29 17:24:04 -0400
commitddd1f3964e849db3dc6e19bd62d301838febef40 (patch)
tree09f0dabd1fcaefff0ea2e3474d4a164eabb61663
parent79e9016cfb51f115424c183291181eb0f0ecf627 (diff)
downloadaur-ddd1f3964e849db3dc6e19bd62d301838febef40.tar.gz
Update repository URL.
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 289b81550abe..ca77c574b705 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = lucas-simpsons-hit-and-run-mod-launcher
depends = wine
depends = winetricks
source = lucas-simpsons-hit-and-run-mod-launcher.zip::https://cdn.donutteam.com/Downloads/Tools/Lucas'%20Simpsons%20Hit%20&%20Run%20Mod%20Launcher%201.23.3.zip
- source = lucas-simpsons-hit-and-run-mod-launcher-linux-launcher.zip::https://github.com/CodingKoopa/lucas-simpsons-hit-and-run-mod-launcher-linux-launcher/archive/master.zip
+ source = lucas-simpsons-hit-and-run-mod-launcher-linux-launcher.zip::https://gitlab.com/CodingKoopa/lucas-simpsons-hit-and-run-mod-launcher-linux-launcher/-/archive/master/lucas-simpsons-hit-and-run-mod-launcher-linux-launcher-master.zip
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2b43191fb2c8..67081c3dbdec 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,12 +29,15 @@ depends=(
'winetricks'
)
source=(
+ # TODO: Add the package version here to the saved file name too!
# Official mod launcher download for the current release.
"$pkgname.zip::https://cdn.donutteam.com/Downloads/Tools/\
Lucas'%20Simpsons%20Hit%20&%20Run%20Mod%20Launcher%20${pkgver}.zip"
# Unofficial mod launcher Linux launcher download for the latest master branch.
- "$pkgname-linux-launcher.zip::https://github.com/CodingKoopa/\
-lucas-simpsons-hit-and-run-mod-launcher-linux-launcher/archive/master.zip"
+ # TODO: release these in lockstep with the launcher?
+ "$pkgname-linux-launcher.zip::https://gitlab.com/CodingKoopa/\
+lucas-simpsons-hit-and-run-mod-launcher-linux-launcher/-/archive/master/\
+lucas-simpsons-hit-and-run-mod-launcher-linux-launcher-master.zip"
)
md5sums=(
# Skip the mod launcher ZIP because no hashes are provided by upstream.