Date: Tuesday, May 26, 2020 @ 15:13:13 Author: anthraxx Revision: 387583
upgpkg: java-openjfx 14.0.2.u0-2: remove python from runtime dep - FS#66776 - use python3 instead of python2 Modified: java-openjfx/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-26 13:43:10 UTC (rev 387582) +++ PKGBUILD 2020-05-26 15:13:13 UTC (rev 387583) @@ -1,6 +1,6 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> -# Maintainer: Guillaume Alaux <[email protected]> # Maintainer: Maxime Gauduin <[email protected]> +# Contributor: Guillaume Alaux <[email protected]> # Contributor: William Gathoye <william + archlinux at gathoye dot be> # Contributor: Emanuel Couto <emanuel dot amaral dot couto at gmail dot com> # Contributor: Richard Jackson <rdjack21 at gmail dot com> @@ -19,7 +19,7 @@ _securityver=2 _updatever=0 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever} -pkgrel=1 +pkgrel=2 pkgdesc="Java OpenJFX ${_majorver} client application platform (open-source implementation of JavaFX)" arch=(x86_64) url=https://wiki.openjdk.java.net/display/OpenJFX/Main @@ -42,7 +42,7 @@ libx11 libxtst pango - python2 + python qt5-base ruby unzip @@ -95,7 +95,6 @@ libx11 libxtst pango - python2 qt5-base ruby unzip
