kcontacts: update to 18.08.3.

This commit is contained in:
John 2018-11-09 01:56:00 +01:00 committed by Helmut Pozimski
parent c6428600a9
commit 8abda228a9
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kcontacts'
pkgname=kcontacts
version=18.08.2
version=18.08.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python"
@ -10,7 +10,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/applications/kcontacts"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=628b5640f8a404e96913b647c01c30a9fbe3421d03c3ddd8ef5002d35090967c
checksum=bb222c0f197f218d3e90a7e05b180addb19c1c2870420ae057bc8fc751f8c5f7
kcontacts-devel_package() {
short_desc+=" - development"
@ -19,6 +19,6 @@ kcontacts-devel_package() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove usr/lib/*.so
vmove "usr/lib/*.so"
}
}