leocad-data: update to 14384

This commit is contained in:
teldra 2020-09-15 00:02:11 +02:00 committed by Piotr
parent 784e1f35cf
commit eaee8c4da5

View file

@ -1,8 +1,8 @@
# Template file for 'leocad' # Template file for 'leocad'
pkgname=leocad pkgname=leocad
version=19.07.1 version=19.07.1
revision=2 revision=3
_lib_version=11494 _lib_version=14384
build_style=qmake build_style=qmake
configure_args="DISABLE_UPDATE_CHECK=1" configure_args="DISABLE_UPDATE_CHECK=1"
hostmakedepends="qt5-tools-devel unzip" hostmakedepends="qt5-tools-devel unzip"
@ -12,14 +12,13 @@ maintainer="teldra <teldra@rotce.de>"
license="GPL-2.0-only, CC-BY-2.0" license="GPL-2.0-only, CC-BY-2.0"
homepage="http://leocad.org" homepage="http://leocad.org"
distfiles="https://github.com/leozide/${pkgname}/archive/v${version}.tar.gz distfiles="https://github.com/leozide/${pkgname}/archive/v${version}.tar.gz
https://github.com/leozide/leocad/releases/download/v18.02/Library-Linux-${_lib_version}.zip" https://github.com/leozide/leocad/releases/download/v${version}/Library-Linux-${_lib_version}.zip"
checksum="b74557e00366f1d3ddc211f9e55c28dba39987d66e5e3106490ab5fb75d25bc0 checksum="b74557e00366f1d3ddc211f9e55c28dba39987d66e5e3106490ab5fb75d25bc0
5c496fd973a7d8cb4f2b224b2b9efcbd44c4843ff0c47c6d65d51abc4ed7678b" 6bec1e45b464545fab866fcf7842d7e659521d418d7e7391f5f5cf574a4bd4e8"
leocad-data_package() { leocad-data_package() {
short_desc+=" - data files" short_desc+=" - data files"
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
archs=noarch
pkg_install() { pkg_install() {
vinstall ../library.bin 644 usr/share/leocad/ vinstall ../library.bin 644 usr/share/leocad/
} }