summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Schlichte2020-08-10 10:00:38 +0200
committerAlexander Schlichte2020-08-10 10:00:38 +0200
commit8bfab3e9826a30bdd208fbc7d5e2a3e81f7e2ee6 (patch)
tree9a81fd53a7e708d509c415ca39a8b4bdde7dbb4e
parenta34966ce88a57738328201d1b745a90f5b386eb5 (diff)
downloadaur-8bfab3e9826a30bdd208fbc7d5e2a3e81f7e2ee6.tar.gz
Updated to build 126
Also raise the Java requirement to >=11 since this message has been posted on the official download page: "Using Java 11 or later is highly recommended, especially with High-DPI screens. Build 126 is the last build to support Java 8. Starting with the next build, Java 11 will be required."
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72a9a8389cdc..ba6dc004f4a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = sql-workbench
pkgdesc = SQL Workbench/J is a free, DBMS-independent, cross-platform SQL query tool.
- pkgver = 125
- pkgrel = 2
+ pkgver = 126
+ pkgrel = 1
url = https://www.sql-workbench.eu/
arch = any
license = custom
makedepends = unzip
- depends = java-runtime>=8
+ depends = java-runtime>=11
provides = SQL-Workbench
replaces = sqlworkbench
- noextract = Workbench-Build125.zip
- source = https://www.sql-workbench.eu/Workbench-Build125.zip
+ noextract = Workbench-Build126.zip
+ source = https://www.sql-workbench.eu/Workbench-Build126.zip
sha256sums = 9534f115fff372a43ec2ae044d97fca660e3bcfd43552da4cc585f0148e458e1
pkgname = sql-workbench
diff --git a/PKGBUILD b/PKGBUILD
index 251f8d45943b..b2f76228be3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=sql-workbench
-pkgver=125
-pkgrel=2
+pkgver=126
+pkgrel=1
epoch=
pkgdesc="SQL Workbench/J is a free, DBMS-independent, cross-platform SQL query tool."
arch=('any')
url="https://www.sql-workbench.eu/"
license=('custom')
-depends=('java-runtime>=8')
+depends=('java-runtime>=11')
makedepends=(
'unzip'
)