summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2020-11-23 09:54:44 +0100
committerMaciek Borzecki2020-11-23 09:54:44 +0100
commiteee87fb9ed474dcd99935e1ca02cf3c580caa47b (patch)
treee74cf95c5e9959b83200d5c682f050f312164ce5
parent5e6f01ee78220db7cf875dd310345145d335d6ce (diff)
downloadaur-eee87fb9ed474dcd99935e1ca02cf3c580caa47b.tar.gz
upgpkg: fnotifystat 0.02.07-1
upstream release Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd448d843b08..a9c5b4f4c99f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fnotifystat
pkgdesc = file activity monitoring tool
- pkgver = 0.02.06
+ pkgver = 0.02.07
pkgrel = 1
url = https://kernel.ubuntu.com/~cking/fnotifystat/
arch = x86_64
license = GPL2
optdepends = bash-completion: bash completion support
- source = https://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-0.02.06.tar.gz
- sha256sums = 3e5a2795da012940621e15543712f12c335aa688ec61f2153c18a38ce0c722d7
+ source = https://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-0.02.07.tar.gz
+ sha256sums = 8023a8139c43177b84e260591c51906526e4c52d58874ef13afdadea9f78ee46
pkgname = fnotifystat
diff --git a/PKGBUILD b/PKGBUILD
index b630fd73c285..858e79a29229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maciek Borzecki <maciek.borzecki@gmail.com>
pkgname=fnotifystat
-pkgver=0.02.06
+pkgver=0.02.07
pkgrel=1
pkgdesc="file activity monitoring tool"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('GPL2')
depends=()
optdepends=('bash-completion: bash completion support')
source=("https://kernel.ubuntu.com/~cking/tarballs/fnotifystat/$pkgname-$pkgver.tar.gz")
-sha256sums=('3e5a2795da012940621e15543712f12c335aa688ec61f2153c18a38ce0c722d7')
+sha256sums=('8023a8139c43177b84e260591c51906526e4c52d58874ef13afdadea9f78ee46')
prepare() {
cd "$pkgname-$pkgver"