Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-29 14:27:17 +03:00
parent cd4c21f812
commit fb393d6cc9
2 changed files with 2 additions and 2 deletions

View file

@ -255,7 +255,7 @@ function(KATIE_SETUP_TARGET FORTARGET)
set_property(SOURCE "${fileabs}" APPEND PROPERTY OBJECT_DEPENDS "${rscout}")
endif()
else()
message(SEND_ERROR "Unkown source type in sources list: ${fileabs}")
message(SEND_ERROR "Unknown source type in sources list: ${fileabs}")
endif()
endforeach()

View file

@ -3,7 +3,7 @@
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
pkgname=katie-git
pkgver=4.12.0.r7494.1a560b404
pkgver=4.12.0.r7583.cd4c21f81
pkgrel=1
pkgdesc='C++ toolkit derived from the Qt 4.8 framework'
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')