summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO4
-rwxr-xr-xPKGBUILD10
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6507bafbbffe..95cdc0e44a73 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lucas-simpsons-hit-and-run-mod-launcher
pkgdesc = Mod launcher for The Simpsons: Hit & Run.
- pkgver = 1.19
+ pkgver = 1.22.3
pkgrel = 1
url = https://donutteam.com/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = lucas-simpsons-hit-and-run-mod-launcher
depends = wine
depends = wine-mono
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.19.zip
+ source = lucas-simpsons-hit-and-run-mod-launcher.zip::https://cdn.donutteam.com/Downloads/Tools/Lucas'%20Simpsons%20Hit%20&%20Run%20Mod%20Launcher%201.22.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
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d5ba8415836f..a9e52eb1edc7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# - Desktop entries are ran through desktop-file-validate.
pkgname='lucas-simpsons-hit-and-run-mod-launcher'
-pkgver='1.19'
+pkgver='1.22.3'
pkgrel='1'
pkgdesc="Mod launcher for The Simpsons: Hit & Run."
arch=(
@@ -51,11 +51,9 @@ package() {
# Install the Windows executable to /usr/lib/lucas-simpsons-hit-and-run-mod-launcher/ because it's
# an executable, but not meant to be ran as-is.
install -Dm644 "Lucas Simpsons Hit & Run Mod Launcher.exe" "$pkgdir/usr/lib/$pkgname/$pkgname.exe"
- # Install the default hacks to /usr/lib/lucas-simpsons-hit-and-run-mod-launcher/hacks/ because
- # they are, in a sense, shared objects injected into the game, just in a format for the launcher
- # Despite this, the permissions for group and other are still set to non-executable because
- # are techincally not ordinary shared objects.
- install -Dm644 -t "$pkgdir/usr/lib/$pkgname/hacks/" Hacks/*.lmlh
+ # Install the default hacks to /usr/lib/lucas-simpsons-hit-and-run-mod-launcher/dlls for the same
+ # reason.
+ install -Dm644 -t "$pkgdir/usr/lib/$pkgname/dlls/" DLLs/*
# Install the default mods to /usr/share/lucas-simpsons-hit-and-run-mod-launcher/mods/ because
# they aren't really shared objects, but just data like textures and models.
install -Dm644 -t "$pkgdir/usr/share/$pkgname/mods/" Mods/*.lmlm