dbeaver: update to 21.0.1.

This commit is contained in:
Arjan Mossel 2021-03-22 19:59:47 +01:00 committed by Érico Nogueira Rolim
parent 5225856074
commit cc74502a8a

View file

@ -1,6 +1,6 @@
# Template file for 'dbeaver'
pkgname=dbeaver
version=21.0.0
version=21.0.1
revision=1
# the build downloads binaries linked to glibc
archs="x86_64"
@ -11,7 +11,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="Apache-2.0"
homepage="https://dbeaver.io"
distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
checksum=3924947380b5da47beb7494a5b82744a1fc183a838f912314f3e6f6089df2fb6
checksum=f7ebd07bb85022d715df48e191f24293af23eadc29478c402fd67e871fa4dc0f
nopie=true
do_build() {
@ -20,7 +20,7 @@ do_build() {
do_install() {
vmkdir /usr/lib
vcopy "product/standalone/target/products/org.jkiss.dbeaver.core.product/linux/gtk/x86_64/dbeaver" /usr/lib/
vcopy "product/community/target/products/org.jkiss.dbeaver.core.product/linux/gtk/x86_64/dbeaver" /usr/lib/
vmkdir /usr/bin
ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver