diff options
-rw-r--r-- | community/appstream-glib/APKBUILD | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/community/appstream-glib/APKBUILD b/community/appstream-glib/APKBUILD index 592c0bef9a..f0e30b067a 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" |