[arch-commits] Commit in dbeaver/trunk (PKGBUILD)
Fabio Castelli
muflone at archlinux.org
Sun Jun 27 16:27:43 UTC 2021
Date: Sunday, June 27, 2021 @ 16:27:43
Author: muflone
Revision: 967598
upgpkg: dbeaver 21.1.1-1
Modified:
dbeaver/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-27 16:17:04 UTC (rev 967597)
+++ PKGBUILD 2021-06-27 16:27:43 UTC (rev 967598)
@@ -2,7 +2,7 @@
# Contributor: Arne Hoch <arne at derhoch.de>
pkgname=dbeaver
-pkgver=21.1.0
+pkgver=21.1.1
pkgrel=1
pkgdesc="Free universal SQL Client for developers and database administrators (community edition)"
arch=('x86_64')
@@ -18,7 +18,7 @@
"${pkgname}.profile.gz"
"${pkgname}.hook"
"${pkgname}.install")
-sha256sums=('95da7bdbcccea394fd997768f5a5a153db3153c68a39eaa4686b9e2b4cb86ab6'
+sha256sums=('d0b4bb5626d83ae5092b92ab90addaa82c4bc076915fbbe3ae64b20852d569f2'
'9480a7d08f680e10c399db070c5a04cbabf282442602a2ef83d1159fe7c3e88b'
'406a2980806c394670e88b1ae70134900be376c2ea4a4216610591cc8b557526'
'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
@@ -32,8 +32,8 @@
sed "s/DBEAVER_VERSION/${pkgver}/g" |
gzip -9 > "${pkgname}.profile-${pkgver}.gz"
- # Avoid the use of any Java 15, 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 -v '15-openjdk' -m 1)"
+ # Avoid the use of any Java 15/16, 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-' -m 1)"
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list