diff --git a/srcpkgs/kcontacts/template b/srcpkgs/kcontacts/template index fef29450d9c..d5106aca8c4 100644 --- a/srcpkgs/kcontacts/template +++ b/srcpkgs/kcontacts/template @@ -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 " 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" } }