summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2020-07-28 11:54:50 +0200
committerMaciek Borzecki2020-07-28 11:54:50 +0200
commit5e6f01ee78220db7cf875dd310345145d335d6ce (patch)
treee88e7eddf11d7026e16b22a4ac4cf255d2b565bc
parent46aca39e3ee908238cd0366fb8a1e83ae32c0560 (diff)
downloadaur-5e6f01ee78220db7cf875dd310345145d335d6ce.tar.gz
upgpkg: fnotifystat 0.02.06-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 7005d31c6213..bd448d843b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fnotifystat
pkgdesc = file activity monitoring tool
- pkgver = 0.02.05
+ pkgver = 0.02.06
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.05.tar.gz
- sha256sums = 293e12ffb7890bc8af8dce498b3742062be5b085c0a926aa3949ea300eee17ad
+ source = https://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-0.02.06.tar.gz
+ sha256sums = 3e5a2795da012940621e15543712f12c335aa688ec61f2153c18a38ce0c722d7
pkgname = fnotifystat
diff --git a/PKGBUILD b/PKGBUILD
index 356fbc2929a5..b630fd73c285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maciek Borzecki <maciek.borzecki@gmail.com>
pkgname=fnotifystat
-pkgver=0.02.05
+pkgver=0.02.06
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=('293e12ffb7890bc8af8dce498b3742062be5b085c0a926aa3949ea300eee17ad')
+sha256sums=('3e5a2795da012940621e15543712f12c335aa688ec61f2153c18a38ce0c722d7')
prepare() {
cd "$pkgname-$pkgver"