kblocks: update to 21.04.0.

This commit is contained in:
Piotr Wójcik 2021-04-24 16:32:19 +02:00 committed by Piotr
parent f7c55746a4
commit 6387d40587
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kblocks'
pkgname=kblocks
version=20.12.1
version=21.04.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kdoctools kconfig
@ -13,4 +13,8 @@ maintainer="toluschr <toluschr@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://kde.org/applications/games/org.kde.kblocks"
distfiles="${KDE_SITE}/release-service/${version}/src/kblocks-${version}.tar.xz"
checksum=9a601c46ffcf2b90f6fb45fcbb8accd6b6b006a3263c9b52468099261eee2d09
checksum=f678d652875cdad8612fc572ad86970a716e7701c9d246fdf6a621fda3232206
pre_check() {
export QT_QPA_PLATFORM=offscreen
}