diff --git a/community/ktexttemplate/APKBUILD b/community/ktexttemplate/APKBUILD index 1b31e19d67c..d7d87f426d1 100644 --- a/community/ktexttemplate/APKBUILD +++ b/community/ktexttemplate/APKBUILD @@ -5,7 +5,7 @@ # group=kde-frameworks pkgname=ktexttemplate pkgver=6.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="Library to allow application developers to separate the structure of documents from the data they contain" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -34,7 +34,7 @@ build() { esac cmake -B build -G Ninja \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON