lxqt-build-tools: update to 0.10.0.
This commit is contained in:
parent
5057d87292
commit
ba768fc110
2 changed files with 19 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lxqt-build-tools'
|
||||
pkgname=lxqt-build-tools
|
||||
version=0.9.0
|
||||
version=0.10.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://lxqt.org/"
|
||||
distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
|
||||
checksum=9782878d6c0cc896d4a54fce5cc322561cdf1df270b8f941b2088a434b535e4d
|
||||
checksum=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea
|
||||
|
||||
post_install() {
|
||||
vlicense BSD-3-Clause LICENSE
|
||||
|
|
17
srcpkgs/lxqt-build-tools/template+
Normal file
17
srcpkgs/lxqt-build-tools/template+
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'lxqt-build-tools'
|
||||
pkgname=lxqt-build-tools
|
||||
version=0.10.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
|
||||
makedepends="qt5-devel"
|
||||
short_desc="LXQt build tools"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://lxqt.org/"
|
||||
distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
|
||||
checksum=9782878d6c0cc896d4a54fce5cc322561cdf1df270b8f941b2088a434b535e4d
|
||||
|
||||
post_install() {
|
||||
vlicense BSD-3-Clause LICENSE
|
||||
}
|
Loading…
Reference in a new issue