aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/dust/APKBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/dust/APKBUILD b/community/dust/APKBUILD
index 8545e884862..3bf373a5234 100644
--- a/community/dust/APKBUILD
+++ b/community/dust/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=dust
-pkgver=0.6.2
+pkgver=0.7.5
pkgrel=0
pkgdesc="A more intuitive version of du in Rust"
url="https://github.com/bootandy/dust"
@@ -10,6 +10,11 @@ license="Apache-2.0"
makedepends="cargo"
source="https://github.com/bootandy/dust/archive/v$pkgver/dust-$pkgver.tar.gz"
+case "$CARCH" in
+ # Some test fail on CI builders (see #/27645).
+ armhf | armv7) options="!check";;
+esac
+
prepare() {
default_prepare
@@ -38,5 +43,5 @@ package() {
}
sha512sums="
-49a1f20a1e8cfbbdc3aaa9896fe9fb49a641bcc32dbe569c98b5af386a9c95cfa42573accd6d3cf3290eeaac6341b62d52dc5e7b5e4acde7a090183495761af3 dust-0.6.2.tar.gz
+22459292ed0707b33aa3eb2aba0ee3d46ce597a468e14a28e32391a33d0a591e408fab91e4154c49183544f4fb61dd41750ae4928dbe9b5e5d69714a561b8a8e dust-0.7.5.tar.gz
"