kmime: fix typo

This commit is contained in:
Piraty 2024-08-28 22:19:18 +02:00
parent 133896b0b3
commit 7c81e693b3
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ homepage="https://community.kde.org/KDE_PIM"
distfiles="${KDE_SITE}/release-service/${version}/src/kmime-${version}.tar.xz"
checksum=b6894e733abf3a8fb4fc7de37b7cbf15cbebdc737b80f7fe632bdf61e5da3fda
if [ "CROSS_BUILD" ];then
if [ "$CROSS_BUILD" ];then
hostmakedepends+=" qt5-qmake qt5-host-tools"
fi