summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2020-05-11 14:34:47 -0300
committerFilipe Nascimento2020-05-11 14:34:47 -0300
commitd54d27e80c4dd1169b4c470fe74e729938ec3f8c (patch)
tree217db992cc0173c5e2fb54613c0041bad4e8b03f
parentdb465cdce70779e910773d0442b84f6185a112ca (diff)
downloadaur-d54d27e80c4dd1169b4c470fe74e729938ec3f8c.tar.gz
upgpkg: procs 0.10.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 827af4c7093b..36bcdeadab3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = procs
pkgdesc = A modern replacement for ps written in Rust
- pkgver = 0.10.1
+ pkgver = 0.10.3
pkgrel = 1
url = https://github.com/dalance/procs
arch = x86_64
license = MIT
makedepends = rust
depends = gcc-libs
- source = procs-0.10.1.tar.gz::https://github.com/dalance/procs/archive/v0.10.1.tar.gz
- sha256sums = e5012c799c1221d17a9335e242aad1be7a466ecd67185746108c2b6dce87000a
+ source = procs-0.10.3.tar.gz::https://github.com/dalance/procs/archive/v0.10.3.tar.gz
+ sha256sums = cbb31a3a94b0c697aeb687f103c9128b3fed006cd0c802fb47f5c67415c32181
pkgname = procs
diff --git a/PKGBUILD b/PKGBUILD
index a7d4a9b6299c..cf797b42c00d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Attenuation <ouyangjun1999@gmail.com>
pkgname=procs
-pkgver=0.10.1
+pkgver=0.10.3
pkgrel=1
pkgdesc="A modern replacement for ps written in Rust"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e5012c799c1221d17a9335e242aad1be7a466ecd67185746108c2b6dce87000a')
+sha256sums=('cbb31a3a94b0c697aeb687f103c9128b3fed006cd0c802fb47f5c67415c32181')
build() {
cd $pkgname-$pkgver