aboutsummaryrefslogtreecommitdiffstats
path: root/community/libmanette/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libmanette/APKBUILD')
-rw-r--r--community/libmanette/APKBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/libmanette/APKBUILD b/community/libmanette/APKBUILD
index 32fc893a008..4838913fc14 100644
--- a/community/libmanette/APKBUILD
+++ b/community/libmanette/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libmanette
-pkgver=0.2.6
-pkgrel=1
+pkgver=0.2.7
+pkgrel=0
pkgdesc="Simple GObject game controller library"
url="https://gnome.pages.gitlab.gnome.org/libmanette/"
arch="all"
@@ -17,15 +17,17 @@ build() {
-Dvapi=true \
-Dintrospection=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() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
-sha512sums="e10a1b3e493a6472b0cf7562e3dfbba839ee69bb878676b2e3521363e9ff7c5df7d379923a4781366797e889f3c8985397080ae606264dc9bd3a4459bce0513c libmanette-0.2.6.tar.xz"
+sha512sums="
+c3ebaba901731d3f106379befba1c4020aa32dcd224ced7f24aab37e547644080202dfcdd0e8cbd0cb6c864410f038e483502d357ab9842ae0f25e9570d120ef libmanette-0.2.7.tar.xz
+"