aboutsummaryrefslogtreecommitdiffstats
path: root/community/libhandy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libhandy/APKBUILD')
-rw-r--r--community/libhandy/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libhandy/APKBUILD b/community/libhandy/APKBUILD
index cb6e0408d43..18219918404 100644
--- a/community/libhandy/APKBUILD
+++ b/community/libhandy/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libhandy
pkgver=0.0.13
-pkgrel=4
+pkgrel=6
pkgdesc="Library full of GTK+ widgets for mobile phones"
url="https://source.puri.sm/Librem5/libhandy"
arch="all"
@@ -19,11 +19,11 @@ build() {
abuild-meson \
-Dexamples=true \
. output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
check() {
- xvfb-run meson test --no-rebuild -v -C output
+ xvfb-run meson test --no-rebuild --print-errorlogs -C output
}
package() {