dbeaver: update to 23.2.0.

This commit is contained in:
Arjan Mossel 2023-08-31 17:59:58 +02:00 committed by Leah Neukirchen
parent eab2c4be6a
commit 8df5d2ca01
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[Desktop Entry]
Name=DBeaver
Comment=SQL Integrated Development Environment
Icon=/usr/lib/dbeaver/icon.xpm
Icon=dbeaver
Exec=dbeaver
Terminal=false
Type=Application

View File

@ -1,6 +1,6 @@
# Template file for 'dbeaver'
pkgname=dbeaver
version=23.1.3
version=23.2.0
revision=1
# the build downloads binaries linked to glibc
archs="x86_64 aarch64"
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://dbeaver.io"
changelog="https://dbeaver.io/news/"
distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
checksum=6467a1c5e5b5e75bcaad5919995b2981684de4614c62dbc9e2297843c7757192
checksum=ef30d5c233dfa2dca653c8bb3d9a13f7e44c54505115142971ebcb4be393f167
nopie=true
do_build() {
@ -26,5 +26,7 @@ do_install() {
vmkdir /usr/bin
ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
vinstall product/community/icons/dbeaver.png 644 usr/share/pixmaps
vinstall product/community/icons/dbeaver.xpm 644 usr/share/pixmaps
vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
}