[arch-commits] Commit in openrct2/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Nov 22 16:04:58 UTC 2020
Date: Sunday, November 22, 2020 @ 16:04:58
Author: jelle
Revision: 759211
Fix FS#68419 - remove unrequired jansson dependency
Modified:
openrct2/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-22 16:02:02 UTC (rev 759210)
+++ PKGBUILD 2020-11-22 16:04:58 UTC (rev 759211)
@@ -3,13 +3,13 @@
pkgname=openrct2
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='Open source re-implementation of Roller Coaster Tycoon 2 (requires full
copy of the game)'
arch=('x86_64')
url='https://openrct2.io'
license=('GPL3')
-depends=('hicolor-icon-theme' 'sdl2' 'curl' 'jansson' 'speexdsp' 'fontconfig'
+depends=('hicolor-icon-theme' 'sdl2' 'curl' 'speexdsp' 'fontconfig'
'libpng' 'openssl' 'libzip' 'icu' 'duktape' 'benchmark')
makedepends=('cmake' 'nlohmann-json')
optdepends=('zenity: System dialog box support (GNOME/GTK)'
More information about the arch-commits
mailing list