libkcddb: update to 19.08.1.

This commit is contained in:
Piotr Wójcik 2019-09-10 01:21:57 +02:00 committed by Piotr
parent b958444dbe
commit 11419ea079

View file

@ -1,10 +1,9 @@
# Template file for 'libkcddb'
pkgname=libkcddb
version=19.08.0
version=19.08.1
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools python
hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools
qt5-host-tools qt5-qmake"
makedepends="kio-devel libmusicbrainz5-devel"
short_desc="KDE CDDB library"
@ -12,7 +11,11 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-or-later, LGPL-2.0-or-later, BSD-3-Clause, GFDL-1.2-only"
homepage="https://projects.kde.org/projects/kde/kdemultimedia/libkcddb"
distfiles="${KDE_SITE}/applications/${version}/src/libkcddb-${version}.tar.xz"
checksum=f97b90660bfd403aa64be8e6221a89087f74ab443431a9f692fe14cc90d82151
checksum=f73d3f802e1ffec6b75246505cbec5a7baa328b808c23b42608e05fd8c7b30a5
pre_check() {
export QT_QPA_PLATFORM=offscreen
}
libkcddb-devel_package() {
depends="libkcddb>=${version}_${revision}"