dbeaver: update to 21.0.1.
This commit is contained in:
parent
5225856074
commit
cc74502a8a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue