dbeaver: update to 5.3.2.
This commit is contained in:
parent
b2a7b6795e
commit
b317c7736b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dbeaver'
|
||||
pkgname=dbeaver
|
||||
version=5.3.1
|
||||
version=5.3.2
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64"
|
||||
hostmakedepends="apache-maven-bin"
|
||||
|
@ -9,7 +9,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=28da2788ffba1eff06c9547dd201303477a67ff0f3a9927ac413600bcbb7e249
|
||||
checksum=c59121f9857aa93f0a01ee9a00000f934df8ea2f2b594147b7c94b7167bad8a6
|
||||
nopie=true
|
||||
|
||||
do_build() {
|
||||
|
@ -25,9 +25,9 @@ do_install() {
|
|||
_target_dir=x86
|
||||
;;
|
||||
esac
|
||||
vmkdir /usr/share
|
||||
vcopy "product/standalone/target/products/org.jkiss.dbeaver.core.product/linux/gtk/${_target_dir}/dbeaver" /usr/share/
|
||||
vmkdir /usr/lib
|
||||
vcopy "product/standalone/target/products/org.jkiss.dbeaver.core.product/linux/gtk/${_target_dir}/dbeaver" /usr/lib/
|
||||
|
||||
vmkdir /usr/bin
|
||||
ln -s /usr/share/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
|
||||
ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue