[arch-commits] Commit in dbeaver/trunk (PKGBUILD)
Fabio Castelli
muflone at gemini.archlinux.org
Mon Apr 18 23:32:44 UTC 2022
Date: Monday, April 18, 2022 @ 23:32:43
Author: muflone
Revision: 1187048
upgpkg: dbeaver 22.0.2-1
Modified:
dbeaver/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-18 22:58:03 UTC (rev 1187047)
+++ PKGBUILD 2022-04-18 23:32:43 UTC (rev 1187048)
@@ -2,7 +2,7 @@
# Contributor: Arne Hoch <arne at derhoch.de>
pkgname=dbeaver
-pkgver=22.0.1
+pkgver=22.0.2
pkgrel=1
pkgdesc="Free universal SQL Client for developers and database administrators (community edition)"
arch=('x86_64')
@@ -21,7 +21,7 @@
"${pkgname}.hook"
"${pkgname}.install"
"tycho_source_11.patch")
-sha256sums=('2258f77b6e68fc0784dd7d92fc1297695b57e6ca22e3d454f21f328bf61e2bf0'
+sha256sums=('fdd49d49644f8a0c3712ea913a5601922b1ca94edacf90a180a5e4307dd4d1ce'
'9480a7d08f680e10c399db070c5a04cbabf282442602a2ef83d1159fe7c3e88b'
'406a2980806c394670e88b1ae70134900be376c2ea4a4216610591cc8b557526'
'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
@@ -36,8 +36,8 @@
sed "s/DBEAVER_VERSION/${pkgver}/g" |
gzip -9 > "${pkgname}.profile-${pkgver}.gz"
- # Avoid the use of any Java 15/16/17, actually incompatible with the build
- export JAVA_HOME="/usr/lib/jvm/$(archlinux-java status | tail -n +2 | sort | cut -d ' ' -f 3 | sort -nr -k 2 -t '-' | grep -vE '15-|16-|17-' -m 1)"
+ # Avoid the use of any Java 15/16/17/18, actually incompatible with the build
+ export JAVA_HOME="/usr/lib/jvm/$(archlinux-java status | tail -n +2 | sort | cut -d ' ' -f 3 | sort -nr -k 2 -t '-' | grep -vE '15-|16-|17-|18-' -m 1)"
cd "${pkgname}-${pkgver}"
# Fix for Java >= 11
More information about the arch-commits
mailing list