summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Edgecombe2015-09-02 11:29:27 +0100
committerGraham Edgecombe2015-09-02 11:29:27 +0100
commit4255242aa2501954490a23afc348edcc8bdd631a (patch)
tree4827c07c90a8942f1e5dfd927ae01d504ae33f6a
parent2a963c6b09278578b0e93bee7e35fbed3d6f5d99 (diff)
downloadaur-4255242aa2501954490a23afc348edcc8bdd631a.tar.gz
Disable Twitch support by default.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdd7b229fcde..f71d5b20b51f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Graham Edgecombe <graham@grahamedgecombe.com>
pkgname=openrct2-git
-pkgver=r4189.2a9698c
+pkgver=r4403.f16b740
pkgrel=1
pkgdesc='Open source clone of RollerCoaster Tycoon 2'
arch=('any')
@@ -25,7 +25,7 @@ sha256sums=('SKIP'
# Enable Twitch support. This pulls in lots of mingw-w64-* packages from the AUR
# which takes a while to build. If you don't need Twitch support, it's probably
# desirable to set this to 0 before building.
-_enable_twitch=1
+_enable_twitch=0
_dlls=(SDL2.dll libwinpthread-1.dll SDL2_ttf.dll libfreetype-6.dll libbz2-1.dll)