keditbookmarks: update to 19.08.1.

This commit is contained in:
Piotr Wójcik 2019-09-10 19:07:40 +02:00 committed by Piotr
parent 92b0926466
commit b958444dbe
1 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,8 @@
# Template file for 'keditbookmarks'
pkgname=keditbookmarks
version=19.08.0
version=19.08.1
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kcoreaddons kconfig kdoctools
pkg-config qt5-host-tools qt5-qmake"
makedepends="kparts-devel qt5-devel"
@ -12,4 +11,8 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-or-later, GFDL-1.2-only"
homepage="https://www.kde.org/"
distfiles="${KDE_SITE}/applications/${version}/src/keditbookmarks-${version}.tar.xz"
checksum=98c539e63a0e2bb62680003022d9ea5aececc4aa1c2d19a7b4c4aa3d8999e7ac
checksum=f023c7b3d362c19373e3f886300420488ef53835f753c318f9fd9c0bb7e53a8a
pre_check() {
export QT_QPA_PLATFORM=offscreen
}