summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Baldin2023-12-04 13:25:37 +0000
committerLeonardo Baldin2023-12-04 13:25:37 +0000
commitf943e5c3a8d2411f4d6bf285fc1a44b0f749efde (patch)
treee5a926c27209e063017196c7c90bb1004e6c54de
parent7e54c577aa3ac694ecac9c667b88589c61ac685c (diff)
downloadaur-f943e5c3a8d2411f4d6bf285fc1a44b0f749efde.tar.gz
fix: reverted package major version to 21 instead of 21.0.1 for pacman
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c47c47f3707..334d52052518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = java-openjfx-bin
pkgdesc = Java OpenJFX 21.0.1 client application platform (Gluon build).
- pkgver = 21.0.1
- pkgrel = 1
+ pkgver = 21
+ pkgrel = 2
url = https://openjfx.io/
arch = x86_64
license = GPL2
@@ -11,8 +11,8 @@ pkgbase = java-openjfx-bin
depends = libxtst
depends = qt5-base
depends = webkit2gtk
- provides = java-openjfx=21.0.1
- conflicts = java21.0.1-openjfx
+ provides = java-openjfx=21
+ conflicts = java21-openjfx
options = !strip
source = https://download2.gluonhq.com/openjfx/21.0.1/openjfx-21.0.1_linux-x64_bin-sdk.zip
source = https://download2.gluonhq.com/openjfx/21.0.1/openjfx-21.0.1_linux-x64_bin-jmods.zip
diff --git a/PKGBUILD b/PKGBUILD
index f4e328c97790..351f5d421b67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=java-openjfx-bin
_majorver=21.0.1
-pkgver=21.0.1
-pkgrel=1
+pkgver=21
+pkgrel=2
pkgdesc="Java OpenJFX ${_majorver} client application platform (Gluon build)."
arch=('x86_64')
url='https://openjfx.io/'