aboutsummaryrefslogtreecommitdiffstats
path: root/community/atkmm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/atkmm/APKBUILD')
-rw-r--r--community/atkmm/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/atkmm/APKBUILD b/community/atkmm/APKBUILD
index c6c297a3033..b95ba9d23af 100644
--- a/community/atkmm/APKBUILD
+++ b/community/atkmm/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=atkmm
-pkgver=2.28.3
+pkgver=2.28.4
pkgrel=0
pkgdesc="C++ bindings for atk"
options="!check" # No testsuite
@@ -15,11 +15,11 @@ replaces="gtkmm"
build() {
abuild-meson . 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() {
@@ -27,5 +27,5 @@ package() {
}
sha512sums="
-ebc25e9de4b9de6df7097ab485fb0675d8c83113d99a444eec91df0908073362bfdaa9b03fc4c3e91766109d9b94b88df041851176ecde578cf932b526ef678e atkmm-2.28.3.tar.xz
+30a714971234aebf06a04abeff5fc3b6951b56130aaddbd1a92856b3fb87cf9ba3c34539465b7f0905f871d763239642efe7904b24f33f11e57bf013e4bca533 atkmm-2.28.4.tar.xz
"