summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2022-11-12 09:02:08 +0100
committerMarkus Weimar2022-11-12 09:02:08 +0100
commit4fb43dff0324968b6b904b58d6a80b0354c10c60 (patch)
treeb46b6733d7a43e99d79fe0d740557a1e7fbe059b
parent1dd04e425992735040bb92e3137bd88ee2a60ee5 (diff)
downloadaur-fatrace.tar.gz
Update to version 0.17.0.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b6c9013c3da..912a623ae2e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fatrace
pkgdesc = Reports file access events from all running processes.
- pkgver = 0.16.3
+ pkgver = 0.17.0
pkgrel = 1
url = https://github.com/martinpitt/fatrace
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = fatrace
license = GPL
depends = python
depends = powertop
- source = https://github.com/martinpitt/fatrace/archive/0.16.3.tar.gz
- sha256sums = e0812d425255779841388377c7a112187a6dfce8f4c32df0d9afc38855ade9e1
+ source = https://github.com/martinpitt/fatrace/archive/0.17.0.tar.gz
+ sha256sums = 38f23014be5c2d5f7d40560931ae8bf24161db311d1795631bfaba02845eed90
pkgname = fatrace
-
diff --git a/PKGBUILD b/PKGBUILD
index 29d823f00561..3b0291d0d7ec 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.3
+pkgver=0.17.0
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=('e0812d425255779841388377c7a112187a6dfce8f4c32df0d9afc38855ade9e1')
+sha256sums=('38f23014be5c2d5f7d40560931ae8bf24161db311d1795631bfaba02845eed90')
build() {
cd "$pkgname-$pkgver"