[arch-commits] Commit in openrct2/trunk (PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Wed Aug 10 12:48:26 UTC 2022


    Date: Wednesday, August 10, 2022 @ 12:48:25
  Author: jelle
Revision: 1265045

Drop duktape dependency

Fixes: FS#75496

Modified:
  openrct2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-10 12:38:12 UTC (rev 1265044)
+++ PKGBUILD	2022-08-10 12:48:25 UTC (rev 1265045)
@@ -3,7 +3,7 @@
 
 pkgname=openrct2
 pkgver=0.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Open source re-implementation of Roller Coaster Tycoon 2 (requires full
          copy of the game)'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url='https://openrct2.io'
 license=('GPL3')
 depends=('hicolor-icon-theme' 'sdl2' 'curl' 'speexdsp' 'fontconfig'
-         'libpng' 'openssl' 'libzip' 'icu' 'duktape' 'benchmark'
+         'libpng' 'openssl' 'libzip' 'icu' 'benchmark'
 	 'flac' 'libvorbis')
 makedepends=('cmake' 'gtest' 'nlohmann-json')
 options=(!lto)



More information about the arch-commits mailing list