diff options
| author | Chloe Kudryavtsev <toast@toast.cafe> | 2019-10-24 18:20:08 -0400 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 23:14:19 -0300 |
| commit | 2a8d92e2a4be2fba65ed9182b1c5bab70ee9fed9 (patch) | |
| tree | a873305979af64dd4def5b2df153ae49cdcbc35d /testing/procs/APKBUILD | |
| parent | ba805ce19ca7e4ce2d278e14a3153edc481c2f86 (diff) | |
| download | aports-2a8d92e2a4be2fba65ed9182b1c5bab70ee9fed9.tar.bz2 aports-2a8d92e2a4be2fba65ed9182b1c5bab70ee9fed9.tar.xz | |
testing/procs: upgrade to 0.8.12
Also disable x86 as it fails to build in CI.
Diffstat (limited to 'testing/procs/APKBUILD')
| -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" |
