kdb: update to 3.2.0.

This commit is contained in:
John 2019-04-06 17:53:07 +02:00 committed by John Zimmermann
parent b8a639ca02
commit 0b3b10f37d
1 changed files with 5 additions and 5 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'kdb'
pkgname=kdb
version=3.1.0
revision=3
version=3.2.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules doxygen pkg-config"
hostmakedepends="extra-cmake-modules doxygen pkg-config kcoreaddons"
makedepends="kcoreaddons-devel postgresql-libs-devel libmariadbclient-devel
sqlite-devel"
short_desc="Database connectivity and creation framework"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.0-or-later"
homepage="http://www.kexi-project.org/"
distfiles="https://download.kde.org/stable/kdb/src/kdb-${version}.tar.xz"
checksum=175645a149ae4d758ff2746900f6eabe4734b2bdac4d8c95893c650be4f929f2
distfiles="${KDE_SITE}/kdb/src/kdb-${version}.tar.xz"
checksum=8f8983bc8d143832dc14bc2003ba6af1af27688e477c0c791fd61445464f2069
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools python3"