dbeaver: update to 22.3.5

This commit is contained in:
Hervy Qurrotul Ainur Rozi 2023-02-15 15:56:16 +07:00 committed by Michal Vasilek
parent 2ffe3d4701
commit a7fe96d8d8
2 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,9 @@
[Desktop Entry]
Name=DBeaver
Comment=SQL Integrated Development Environment
Icon=dbeaver
Exec=dbeaver
Terminal=false
Type=Application
Categories=Development

View file

@ -1,6 +1,6 @@
# Template file for 'dbeaver'
pkgname=dbeaver
version=22.3.3
version=22.3.5
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=cecd174c1f7a146a40ab94fc4ca5290cb9deb6849837f45d77040eed238f5836
checksum=1f1cbddca091163143f54973fce06323ea8f9cb34400acd643099f09a77c95cc
nopie=true
do_build() {
@ -25,4 +25,6 @@ do_install() {
vmkdir /usr/bin
ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
}