summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2021-05-25 10:46:49 +0200
committerMarkus Weimar2021-05-25 10:46:49 +0200
commit1dd04e425992735040bb92e3137bd88ee2a60ee5 (patch)
treeb24e81277c52e4223e90733c8d8b30590634492b
parent53ab442dc7d6e32c142759b7db1b692291bb194f (diff)
downloadaur-1dd04e425992735040bb92e3137bd88ee2a60ee5.tar.gz
Update to version 0.16.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a09839a21bad..0b6c9013c3da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fatrace
pkgdesc = Reports file access events from all running processes.
- pkgver = 0.16.2
+ pkgver = 0.16.3
pkgrel = 1
url = https://github.com/martinpitt/fatrace
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = fatrace
license = GPL
depends = python
depends = powertop
- source = https://github.com/martinpitt/fatrace/archive/0.16.2.tar.gz
- sha256sums = 300b5ab4aa89f62e556e5e0aaf5cfbec638a7185f428419afa8bd6d23a16a207
+ source = https://github.com/martinpitt/fatrace/archive/0.16.3.tar.gz
+ sha256sums = e0812d425255779841388377c7a112187a6dfce8f4c32df0d9afc38855ade9e1
pkgname = fatrace
diff --git a/PKGBUILD b/PKGBUILD
index c833d8f42ef3..29d823f00561 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
# Contributor: Frank Phillips <frankalso[at]gmail[dot]com>
pkgname=fatrace
-pkgver=0.16.2
+pkgver=0.16.3
pkgrel=1
pkgdesc="Reports file access events from all running processes."
arch=('x86_64' 'aarch64' 'armv6l')
@@ -9,7 +9,7 @@ url="https://github.com/martinpitt/fatrace"
license=('GPL')
depends=('python' 'powertop')
source=(https://github.com/martinpitt/fatrace/archive/${pkgver}.tar.gz)
-sha256sums=('300b5ab4aa89f62e556e5e0aaf5cfbec638a7185f428419afa8bd6d23a16a207')
+sha256sums=('e0812d425255779841388377c7a112187a6dfce8f4c32df0d9afc38855ade9e1')
build() {
cd "$pkgname-$pkgver"