aboutsummaryrefslogtreecommitdiffstats
path: root/community/appstream-glib
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-01-14 19:30:09 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-01-14 18:56:50 +0000
commitf6667cb233c5703357d5e701d32c2b9b4cd733c3 (patch)
treef76e1d77555023833e1f2b52b4ef5a7bf5438f12 /community/appstream-glib
parent6c712a4b1db3b4305fc62f44e3f9a928c5f8fb4a (diff)
community/appstream-glib: enable checks
Diffstat (limited to 'community/appstream-glib')
-rw-r--r--community/appstream-glib/APKBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/community/appstream-glib/APKBUILD b/community/appstream-glib/APKBUILD
index 592c0bef9aa..f0e30b067a3 100644
--- a/community/appstream-glib/APKBUILD
+++ b/community/appstream-glib/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=appstream-glib
pkgver=0.7.18
-pkgrel=0
+pkgrel=1
pkgdesc="Library for AppStream metadata"
url="https://people.freedesktop.org/~hughsient/appstream-glib/"
arch="all"
@@ -31,7 +31,6 @@ subpackages="
$pkgname-bash-completion:bashcomp:noarch
$pkgname-dbg"
source="https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-$pkgver.tar.xz"
-options="!check" # selftest fails due to updated metadata at upstream
build() {
abuild-meson \
@@ -49,12 +48,6 @@ build() {
}
check() {
- case "$CARCH" in
- armv7|armhf)
- # Flaky tests, fail or pass on drone ci alternating between pushes
- return 0
- ;;
- esac
meson test --no-rebuild -v -C output
}
@@ -83,4 +76,5 @@ bashcomp() {
amove usr/share/bash-completion/completions
}
+
sha512sums="2a202eb25d823d524128a8ab164025b6579e069f8b62373cf5447d049a0e3764fca5bf1464296101a45870d1426b094493fc8ead07a6a4bcb514c0f1a91e8ff2 appstream-glib-0.7.18.tar.xz"