summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2020-11-05 12:58:43 -0300
committerFilipe Nascimento2020-11-05 12:58:43 -0300
commit5a21cbfaec2219b48bfb2c220985ed0b90f862e3 (patch)
tree37b5e2a61da765fdebee4acee4dda439f370ea39
parent51e7c5e21413aefede62ce4130e4e67c39fd4867 (diff)
downloadaur-5a21cbfaec2219b48bfb2c220985ed0b90f862e3.tar.gz
upgpkg: procs 0.10.7-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 78f0f5b8f11b..90fd4951f34f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = procs
pkgdesc = A modern replacement for ps written in Rust
- pkgver = 0.10.5
+ pkgver = 0.10.7
pkgrel = 1
url = https://github.com/dalance/procs
arch = x86_64
license = MIT
makedepends = rust
depends = gcc-libs
- source = procs-0.10.5.tar.gz::https://github.com/dalance/procs/archive/v0.10.5.tar.gz
- sha256sums = e363f71d690256dbc48d2a1b6e7c17d17d08dc611561646647443f6500787f25
+ source = procs-0.10.7.tar.gz::https://github.com/dalance/procs/archive/v0.10.7.tar.gz
+ sha256sums = bf0da9d47be2cf5ee005328bfe173ad2a577772340dc6dc53aded42c0d335c56
pkgname = procs
diff --git a/PKGBUILD b/PKGBUILD
index 49be956fbe3a..41b3b79bb969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Attenuation <ouyangjun1999@gmail.com>
pkgname=procs
-pkgver=0.10.5
+pkgver=0.10.7
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=('e363f71d690256dbc48d2a1b6e7c17d17d08dc611561646647443f6500787f25')
+sha256sums=('bf0da9d47be2cf5ee005328bfe173ad2a577772340dc6dc53aded42c0d335c56')
build() {
cd $pkgname-$pkgver