diff options
Diffstat (limited to 'community/libwnck3/APKBUILD')
-rw-r--r-- | community/libwnck3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libwnck3/APKBUILD b/community/libwnck3/APKBUILD index 9573dbd045..82e2a51eef 100644 --- a/community/libwnck3/APKBUILD +++ b/community/libwnck3/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libwnck3 pkgver=3.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="Window Navigator Construction Kit" url="https://gitlab.gnome.org/GNOME/libwnck" arch="all" @@ -24,7 +24,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dgtk_doc=false \ . output ninja -C output test |