summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2021-03-12 18:52:34 +0100
committerMarkus Weimar2021-03-12 18:52:34 +0100
commit53ab442dc7d6e32c142759b7db1b692291bb194f (patch)
tree9fa85afdc73740f94673511bb18c40bf9a276b64
parent366affc73295be02da97504f686319053c7b3e0d (diff)
downloadaur-53ab442dc7d6e32c142759b7db1b692291bb194f.tar.gz
Update to version 0.16.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2858fe977320..a09839a21bad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fatrace
pkgdesc = Reports file access events from all running processes.
- pkgver = 0.16.1
+ pkgver = 0.16.2
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.1.tar.gz
- sha256sums = eda65fe8fcaddb601ffe38d9584654cc014ff16200c11ea8dacae3de0be8935d
+ source = https://github.com/martinpitt/fatrace/archive/0.16.2.tar.gz
+ sha256sums = 300b5ab4aa89f62e556e5e0aaf5cfbec638a7185f428419afa8bd6d23a16a207
pkgname = fatrace
diff --git a/PKGBUILD b/PKGBUILD
index 1427bbef5c92..c833d8f42ef3 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.1
+pkgver=0.16.2
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=('eda65fe8fcaddb601ffe38d9584654cc014ff16200c11ea8dacae3de0be8935d')
+sha256sums=('300b5ab4aa89f62e556e5e0aaf5cfbec638a7185f428419afa8bd6d23a16a207')
build() {
cd "$pkgname-$pkgver"