diff options
Diffstat (limited to 'community/libhandy/APKBUILD')
-rw-r--r-- | community/libhandy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libhandy/APKBUILD b/community/libhandy/APKBUILD index 10fe02d17c..ff458e882c 100644 --- a/community/libhandy/APKBUILD +++ b/community/libhandy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libhandy pkgver=0.0.12 -pkgrel=0 +pkgrel=1 pkgdesc="Library full of GTK+ widgets for mobile phones" url="https://source.puri.sm/Librem5/libhandy" arch="all !s390x" # Limited by 'ibus' @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dexamples=true \ . output ninja -C output |