dtkcore: update to 2.0.10.

This commit is contained in:
John 2019-03-29 02:55:06 +01:00
parent cd3436e569
commit 76f95e5292
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'dtkcore' # Template file for 'dtkcore'
pkgname=dtkcore pkgname=dtkcore
version=2.0.9.17 version=2.0.10
revision=1 revision=1
build_style=qmake build_style=qmake
configure_args="LIB_INSTALL_DIR=/usr/lib/" configure_args="LIB_INSTALL_DIR=/usr/lib/"
@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
homepage="https://github.com/linuxdeepin/dtkcore" homepage="https://github.com/linuxdeepin/dtkcore"
changelog="https://github.com/linuxdeepin/dtkcore/blob/${version}/CHANGELOG.md" changelog="https://github.com/linuxdeepin/dtkcore/blob/${version}/CHANGELOG.md"
distfiles="https://github.com/linuxdeepin/dtkcore/archive/${version}.tar.gz" distfiles="https://github.com/linuxdeepin/dtkcore/archive/${version}.tar.gz"
checksum=6604db65fde658d3548e27bc78821d1f1d424c4f4b0a23152c5c67467a17431c checksum=fcbb8dc7c400cb9e8b9ce20414594f526322646ddfa83a11a5b82723b7c45434
if [ "$CROSS_BUILD" ];then if [ "$CROSS_BUILD" ];then
hostmakedepends+=" qt5-devel gsettings-qt-devel" hostmakedepends+=" qt5-devel gsettings-qt-devel"