summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCodingKoopa2018-05-16 19:09:29 -0400
committerCodingKoopa2018-05-16 19:09:29 -0400
commit100481cc06564b14d5ad1509a885437429ad893d (patch)
tree27e6ab2491921c19905514127ab89d437f40bedf /PKGBUILD
parent62a8556a04980af7df7fe0c4a046487fbbf042be (diff)
downloadaur-100481cc06564b14d5ad1509a885437429ad893d.tar.gz
Bumped version, and removed uneeded deps.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76b4646397da..a2ac26fb5d43 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.17.1'
+pkgver='1.17.2'
pkgrel='1'
pkgdesc="Mod launcher for The Simpsons: Hit & Run."
arch=(
@@ -25,10 +25,6 @@ depends=(
'zenity'
# Wine is needed to run the mod launcher.
'wine'
- # Wine's Mono implementation is needed for booting up an instance of Wine.
- 'wine-mono'
- # Wine's Gecko implementation is needed for booting up an instance of Wine.
- 'wine_gecko'
# Winetricks is needed to install the .NET 3.5 SP1 runtime required by the mod launcher.
'winetricks'
)