kholidays: update to 17.12.0.
This commit is contained in:
parent
e3d18272b4
commit
7a10664aa9
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kholidays'
|
||||
pkgname=kholidays
|
||||
version=17.04.3
|
||||
version=17.12.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="https://projects.kde.org/projects/applications/kholidays"
|
||||
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=dca68a46d1c572b0fa15417ed55665111711d557dc29276d246a7c33e98692c2
|
||||
checksum=cf7f2af97e9567e604eac7ddbfe2c57dc1dd551893011a1794e1d40a9c80dbd4
|
||||
|
||||
kholidays-devel_package() {
|
||||
short_desc+=" - development"
|
||||
|
@ -22,3 +22,7 @@ kholidays-devel_package() {
|
|||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue