From 2da94ea5e474bc4c0a16f461ea65aec34205c4bf Mon Sep 17 00:00:00 2001 From: Bart Ribbers <bribbers@disroot.org> Date: Fri, 15 Oct 2021 13:08:53 +0200 Subject: [PATCH] community/filelight: enable -dbg subpackage --- community/filelight/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/filelight/APKBUILD b/community/filelight/APKBUILD index 017a5aa846dd..7bfa7bf39037 100644 --- a/community/filelight/APKBUILD +++ b/community/filelight/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=filelight pkgver=21.08.2 -pkgrel=0 +pkgrel=1 # armhf blocked by extra-cmake-modules # s390x, mips64 and riscv64 blocked by kio arch="all !armhf !s390x !mips64 !riscv64" @@ -18,7 +18,7 @@ makedepends=" qt5-qtbase-dev " source="https://download.kde.org/stable/release-service/$pkgver/src/filelight-$pkgver.tar.xz" -subpackages="$pkgname-doc $pkgname-lang" +subpackages="$pkgname-dbg $pkgname-doc $pkgname-lang" options="!check" # No tests build() { -- GitLab