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

Fabio Castelli muflone at archlinux.org
Tue Nov 19 00:04:00 UTC 2019


    Date: Tuesday, November 19, 2019 @ 00:03:56
  Author: muflone
Revision: 530365

upgpkg: dbeaver 6.2.3-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-18 22:59:29 UTC (rev 530364)
+++ PKGBUILD	2019-11-19 00:03:56 UTC (rev 530365)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch <arne at derhoch.de>
 
 pkgname=dbeaver
-pkgver=6.2.2
+pkgver=6.2.3
 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=('ee8a80d5acd4dfc03d991547f8e84ad9fc776fcfb312a4b48e65ba4b6c812c67'
+sha256sums=('2954d83f6527482791cc262d51a8f195a9e89901123100985b25e548e7b5922c'
             '27573b6ddb62a3d4dde4841a633e9b52cb020deb338b327a6d460fd3a29c8ded'
             '3d1138ef8ec6d413d9552cab0444bd3b692fa808e9798a16b280ab17b6ca3659'
             '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
@@ -31,10 +31,10 @@
   gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
     sed "s/DBEAVER_VERSION/${pkgver}/g" |
     gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-  # Avoid the use of any Java 12, actually incompatible with the build
+  # Avoid the use of any Java 12/13, actually incompatible with the build
   #   https://github.com/dbeaver/dbeaver/issues/6615
   #   https://bugs.archlinux.org/task/63428
-  for _java_version in $(archlinux-java status | tail -n +2 | cut -d' ' -f 3 | grep -v 'java-12')
+  for _java_version in $(archlinux-java status | tail -n +2 | cut -d' ' -f 3 | grep -vE 'java-12|java-13')
   do
     export JAVA_HOME="/usr/lib/jvm/${_java_version}"
   done



More information about the arch-commits mailing list