diff options
Diffstat (limited to 'community/plasma-applet-weather-widget/APKBUILD')
-rw-r--r-- | community/plasma-applet-weather-widget/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/plasma-applet-weather-widget/APKBUILD b/community/plasma-applet-weather-widget/APKBUILD index 6ecf764e24..c5965c2328 100644 --- a/community/plasma-applet-weather-widget/APKBUILD +++ b/community/plasma-applet-weather-widget/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-applet-weather-widget pkgver=1.6.10 -pkgrel=2 +pkgrel=3 arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.linux-apps.com/content/show.php/Weather+Widget?content=169572" pkgdesc="Plasmoid for showing weather information from yr.no and Open Weather Map servers" @@ -15,7 +15,7 @@ options="!check" # No tests build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make |