diff options
Diffstat (limited to 'community/xfce4-whiskermenu-plugin/APKBUILD')
-rw-r--r-- | community/xfce4-whiskermenu-plugin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xfce4-whiskermenu-plugin/APKBUILD b/community/xfce4-whiskermenu-plugin/APKBUILD index 78a45861e3..322089674f 100644 --- a/community/xfce4-whiskermenu-plugin/APKBUILD +++ b/community/xfce4-whiskermenu-plugin/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-whiskermenu-plugin pkgver=2.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="Alternate application launcher for Xfce" url="https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin" arch="all" @@ -15,7 +15,7 @@ build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ . make } |