aboutsummaryrefslogtreecommitdiffstats
path: root/community/clutter-gtk/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/clutter-gtk/APKBUILD')
-rw-r--r--community/clutter-gtk/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/clutter-gtk/APKBUILD b/community/clutter-gtk/APKBUILD
index 1710141c5a6..44ecfe23a47 100644
--- a/community/clutter-gtk/APKBUILD
+++ b/community/clutter-gtk/APKBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=clutter-gtk
pkgver=1.8.4
-pkgrel=2
+pkgrel=4
pkgdesc="Gtk clutter embed library"
url="https://wiki.gnome.org/Projects/Clutter"
arch="all"
@@ -14,11 +14,11 @@ build() {
abuild-meson \
-D enable_docs=true \
. output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
check() {
- meson test --no-rebuild -v -C output
+ meson test --no-rebuild --print-errorlogs -C output
}
package() {