summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoopa2019-07-30 15:18:36 -0400
committerKoopa2019-07-30 15:18:36 -0400
commita38db994b7ea81cb6b8ef2fe51a9135e0eddc916 (patch)
treee240f6a583e2c46d1d48f46fbb6ed26ba2a1c8b7
parentc20f985e2af804f16f998ba470c0041d3964fc97 (diff)
downloadaur-a38db994b7ea81cb6b8ef2fe51a9135e0eddc916.tar.gz
Remove Wine Mono as a dependency, because this needs to use Microsoft's implementation of the .NET standard.
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea2c356b0d4..ffa5bd4cd867 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = lucas-simpsons-hit-and-run-mod-launcher
pkgdesc = Mod launcher for The Simpsons: Hit & Run.
pkgver = 1.23.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://cdn.donutteam.com/Downloads/Tools/Lucas'%20Simpsons%20Hit%20&%20Run%20Mod%20Launcher%201.23.2.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
diff --git a/PKGBUILD b/PKGBUILD
index 19671d9813aa..547addecfacf 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname='lucas-simpsons-hit-and-run-mod-launcher'
pkgver='1.23.2'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Mod launcher for The Simpsons: Hit & Run."
arch=(
'x86_64'
@@ -25,8 +25,6 @@ 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'
)