summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCodingKoopa2018-05-16 19:09:29 -0400
committerCodingKoopa2018-05-16 19:09:29 -0400
commit100481cc06564b14d5ad1509a885437429ad893d (patch)
tree27e6ab2491921c19905514127ab89d437f40bedf
parent62a8556a04980af7df7fe0c4a046487fbbf042be (diff)
downloadaur-100481cc06564b14d5ad1509a885437429ad893d.tar.gz
Bumped version, and removed uneeded deps.
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55199ceea1fc..a750aae67384 100644
--- 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.17.1
+ pkgver = 1.17.2
pkgrel = 1
url = https://donutteam.com/
arch = x86_64
@@ -8,10 +8,8 @@ pkgbase = lucas-simpsons-hit-and-run-mod-launcher
license = unknown
depends = zenity
depends = wine
- depends = wine-mono
- depends = wine_gecko
depends = winetricks
- source = lucas-simpsons-hit-and-run-mod-launcher.zip::https://donutteam.com/apps/Lucas'%20Simpsons%20Hit%20&%20Run%20Mod%20Launcher%201.17.1.zip
+ 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
md5sums = SKIP
md5sums = SKIP
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'
)