[arch-commits] Commit in dbeaver/trunk (PKGBUILD colortheme-url.patch)
Fabio Castelli
muflone at archlinux.org
Sat May 8 15:22:56 UTC 2021
Date: Saturday, May 8, 2021 @ 15:22:56
Author: muflone
Revision: 928849
upgpkg: dbeaver 21.0.4-1
Modified:
dbeaver/trunk/PKGBUILD
dbeaver/trunk/colortheme-url.patch
----------------------+
PKGBUILD | 9 +++------
colortheme-url.patch | 2 +-
2 files changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-08 14:17:52 UTC (rev 928848)
+++ PKGBUILD 2021-05-08 15:22:56 UTC (rev 928849)
@@ -2,7 +2,7 @@
# Contributor: Arne Hoch <arne at derhoch.de>
pkgname=dbeaver
-pkgver=21.0.3
+pkgver=21.0.4
pkgrel=1
pkgdesc="Free universal SQL Client for developers and database administrators (community edition)"
arch=('x86_64')
@@ -19,13 +19,13 @@
"${pkgname}.hook"
"${pkgname}.install"
"colortheme-url.patch"::"https://github.com/dbeaver/dbeaver/commit/65d65e2c2c711cc87fddcec425a6915aa80f4ced.patch")
-sha256sums=('1573aee8642e6f65edc41b08376873765ddde72146c8b374d7e1e7e4cbbb0844'
+sha256sums=('c946fa92679edabd41d5c5f482d2572e837860f0c62450aed9bbcd836aa00cf4'
'27573b6ddb62a3d4dde4841a633e9b52cb020deb338b327a6d460fd3a29c8ded'
'406a2980806c394670e88b1ae70134900be376c2ea4a4216610591cc8b557526'
'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
'f8b763ca210bfa4d9a4e407b656ba4f5d1bf2f3f54c67044f7a4dd0c3625fc22'
'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab'
- 'fda18ff50dd20af7c9d9a2bb3dca4b711d71df322b7fe2e58c22af9d0923c484')
+ '55d1726a82a58f1c94dc9d8a7aad12f22c3c67e52afec75a5259a7c361cc9938')
install="${pkgname}.install"
prepare() {
@@ -39,9 +39,6 @@
cd "${pkgname}-${pkgver}"
- # Issue #12139 Updating colortheme url to fix build
- patch -p1 -i "${srcdir}/colortheme-url.patch"
-
# Download dependencies during prepare FS#55873
# https://bugs.archlinux.org/task/55873
export MAVEN_OPTS="-Xmx2048m"
Modified: colortheme-url.patch
===================================================================
--- colortheme-url.patch 2021-05-08 14:17:52 UTC (rev 928848)
+++ colortheme-url.patch 2021-05-08 15:22:56 UTC (rev 928849)
@@ -8,7 +8,7 @@
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/org.jkiss.dbeaver.ext.ui.colortheme/pom.xml b/plugins/org.jkiss.dbeaver.ext.ui.colortheme/pom.xml
-index 173322136bc..cf09213d6a0 100644
+index 173322136b..cf09213d6a 100644
--- a/plugins/org.jkiss.dbeaver.ext.ui.colortheme/pom.xml
+++ b/plugins/org.jkiss.dbeaver.ext.ui.colortheme/pom.xml
@@ -16,7 +16,7 @@
More information about the arch-commits
mailing list