summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2020-12-28 20:48:38 +0100
committerMarkus Weimar2020-12-28 20:48:38 +0100
commit366affc73295be02da97504f686319053c7b3e0d (patch)
tree702db9c3aedc363504a6dcbf34b2a532be32ea08
parent298ca0c9b2e6b405ad5e2f7d681146003d89fbbf (diff)
downloadaur-366affc73295be02da97504f686319053c7b3e0d.tar.gz
Update to version 0.16.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1976d6045778..2858fe977320 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fatrace
pkgdesc = Reports file access events from all running processes.
- pkgver = 0.16
+ pkgver = 0.16.1
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.tar.gz
- sha256sums = a292124487271ddf8913edcb880eb8ff67c2bd55e9fd9bcf3673bea6e5ec316e
+ source = https://github.com/martinpitt/fatrace/archive/0.16.1.tar.gz
+ sha256sums = eda65fe8fcaddb601ffe38d9584654cc014ff16200c11ea8dacae3de0be8935d
pkgname = fatrace
diff --git a/PKGBUILD b/PKGBUILD
index 6019ccb394d3..1427bbef5c92 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
+pkgver=0.16.1
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=('a292124487271ddf8913edcb880eb8ff67c2bd55e9fd9bcf3673bea6e5ec316e')
+sha256sums=('eda65fe8fcaddb601ffe38d9584654cc014ff16200c11ea8dacae3de0be8935d')
build() {
cd "$pkgname-$pkgver"