diff options
-rw-r--r-- | community/qt6-qtnetworkauth/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/qt6-qtnetworkauth/APKBUILD b/community/qt6-qtnetworkauth/APKBUILD index e9e295ef4d..cd1c53e049 100644 --- a/community/qt6-qtnetworkauth/APKBUILD +++ b/community/qt6-qtnetworkauth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=qt6-qtnetworkauth pkgver=6.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="Network authentication module" url="https://qt.io/" arch="all" @@ -13,6 +13,7 @@ depends_dev=" makedepends="$depends_dev cmake perl + samurai " subpackages="$pkgname-dev" options="!check" # No tests @@ -26,7 +27,7 @@ esac source="https://download.qt.io/$_rel/qt/${pkgver%.*}/${pkgver/_/-}/submodules/qtnetworkauth-everywhere-src-${pkgver/_/-}.tar.xz" build() { - cmake -B build \ + cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr cmake --build build |