summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKoopa2019-07-30 15:18:36 -0400
committerKoopa2019-07-30 15:18:36 -0400
commita38db994b7ea81cb6b8ef2fe51a9135e0eddc916 (patch)
treee240f6a583e2c46d1d48f46fbb6ed26ba2a1c8b7 /PKGBUILD
parentc20f985e2af804f16f998ba470c0041d3964fc97 (diff)
downloadaur-a38db994b7ea81cb6b8ef2fe51a9135e0eddc916.tar.gz
Remove Wine Mono as a dependency, because this needs to use Microsoft's implementation of the .NET standard.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 1 insertions, 3 deletions
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'
)