summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCodingKoopa2018-06-20 15:00:42 -0400
committerCodingKoopa2018-06-20 15:00:42 -0400
commit3a2194727ca4d130e63fb2bbcbefb12948f8737d (patch)
treea71bf5791ca491f8723ef60b544b3debd69b4d86
parent100481cc06564b14d5ad1509a885437429ad893d (diff)
downloadaur-3a2194727ca4d130e63fb2bbcbefb12948f8737d.tar.gz
Added back needed dependency, and fixed GitHub URL typo.
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a750aae67384..e091e46ef0b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = lucas-simpsons-hit-and-run-mod-launcher
pkgdesc = Mod launcher for The Simpsons: Hit & Run.
pkgver = 1.17.2
- pkgrel = 1
+ pkgrel = 2
url = https://donutteam.com/
arch = x86_64
arch = i686
license = unknown
depends = zenity
depends = wine
+ depends = wine-mono
depends = winetricks
source = lucas-simpsons-hit-and-run-mod-launcher.zip::https://donutteam.com/apps/Lucas'%20Simpsons%20Hit%20&%20Run%20Mod%20Launcher%201.17.2.zip
- source = lucas-simpsons-hit-and-run-mod-launcher-linux-launcher.zip::https://github.com/TheKoopaKingdom/lucas-simpsons-hit-and-run-mod-launcher-linux-launcher/archive/master.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 a2ac26fb5d43..33d2db2e8d96 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname='lucas-simpsons-hit-and-run-mod-launcher'
pkgver='1.17.2'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Mod launcher for The Simpsons: Hit & Run."
arch=(
'x86_64'
@@ -25,6 +25,8 @@ depends=(
'zenity'
# Wine is needed to run the mod launcher.
'wine'
+ # Wine's Mono implementation is needed for running .NET programs in Wine.
+ 'wine-mono'
# Winetricks is needed to install the .NET 3.5 SP1 runtime required by the mod launcher.
'winetricks'
)
@@ -33,7 +35,7 @@ source=(
"$pkgname.zip::https://donutteam.com/apps/\
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/TheKoopaKingdom/\
+ "$pkgname-linux-launcher.zip::https://github.com/CodingKoopa/\
lucas-simpsons-hit-and-run-mod-launcher-linux-launcher/archive/master.zip"
)
md5sums=(