From 2a8d92e2a4be2fba65ed9182b1c5bab70ee9fed9 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Thu, 24 Oct 2019 18:20:08 -0400 Subject: testing/procs: upgrade to 0.8.12 Also disable x86 as it fails to build in CI. --- testing/procs/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing') diff --git a/testing/procs/APKBUILD b/testing/procs/APKBUILD index c0b70f290a..e501bfda52 100644 --- a/testing/procs/APKBUILD +++ b/testing/procs/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Chloe Kudryavtsev # Maintainer: Chloe Kudryavtsev pkgname=procs -pkgver=0.8.11 +pkgver=0.8.12 pkgrel=0 pkgdesc="A modern replacement for ps written in Rust" url="https://github.com/dalance/procs" arch="x86_64 armv7 armhf !aarch64 x86 ppc64le" # limited by rust/cargo (aarch64 due to MAP_32BIT in nix package) -arch="$arch !armhf !armv7" # test_run test_run_insert and test_run_tree fail +arch="$arch !armhf !armv7 !x86" # test_run test_run_insert and test_run_tree fail, x86 fails to build license="MIT" options="net" makedepends="cargo" @@ -37,4 +37,4 @@ package() { install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/"$pkgname" } -sha512sums="bdbb69b25ae34e1f218ae3e8d9785c07fc752ec81e4d97ada8f5103199e19671fa87eafc40bd48c773797ee86d0506a8cc7d0689e399b1586487b4b39e964096 procs-0.8.11.tar.gz" +sha512sums="2103b6129bce51cda99d0896a32199a6ddae9714582d9241dc5bc7915fb2c383ae2d16b9f3486117ab61bd01fcf810af723ded5ae4a7ced7b00484cc4c7b2bc1 procs-0.8.12.tar.gz" -- cgit v1.2.3