diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/procs/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
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 <toast@toastin.space> # Maintainer: Chloe Kudryavtsev <toast@toastin.space> 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" |
