diff options
Diffstat (limited to 'testing/ktorrent/APKBUILD')
-rw-r--r-- | testing/ktorrent/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ktorrent/APKBUILD b/testing/ktorrent/APKBUILD index 77148792d2..ba467aa93d 100644 --- a/testing/ktorrent/APKBUILD +++ b/testing/ktorrent/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ktorrent pkgver=5.1.2 -pkgrel=1 +pkgrel=2 arch="all !ppc64le !s390x !armhf" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine url="https://kde.org/applications/internet/org.kde.ktorrent" pkgdesc="A powerful BitTorrent client for KDE" @@ -21,7 +21,7 @@ subpackages="$pkgname-doc $pkgname-lang" build() { # The infowidget plugin is disabled due to an incompatibility with musl cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_INFOWIDGET_PLUGIN=FALSE |