diff --git a/srcpkgs/syntax-highlighting/template b/srcpkgs/syntax-highlighting/template index 4c8f74bf4a4..59433c1ee24 100644 --- a/srcpkgs/syntax-highlighting/template +++ b/srcpkgs/syntax-highlighting/template @@ -1,6 +1,6 @@ # Template file for 'syntax-highlighting' pkgname=syntax-highlighting -version=5.37.0 +version=5.39.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/syntax-highlighting" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=e2d075482bc5409646db40374c6caa0b055276e1a5cd8e30065e9f4fd0baa6d0 +checksum=acfd79f8d53269bae1d4876c737605f0e20c31d9453444fa98b8e296e06c1a2d if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting" @@ -25,7 +25,7 @@ pre_configure() { post_install() { # internal tool needed for cross-building - vinstall build/src/indexer/katehighlightingindexer 0755 usr/lib/libexec/${pkgname} + vinstall build/bin/katehighlightingindexer 0755 usr/lib/libexec/${pkgname} } syntax-highlighting-devel_package() {