summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2024-01-15 11:20:10 +0100
committerMaciek Borzecki2024-01-15 11:20:10 +0100
commit8f9f7994d9d7cb342a1e3da6ab764d2435ae2bae (patch)
tree8d08628713f2845c7b7d597069934e06fdd17008
parent83e0a553c68e0dee31a1ee99d431cbdac384be9b (diff)
downloadaur-8f9f7994d9d7cb342a1e3da6ab764d2435ae2bae.tar.gz
upgpkg: fnotifystat 0.02.11-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 15defba4276c..25fc928f5585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fnotifystat
pkgdesc = file activity monitoring tool
- pkgver = 0.02.10
+ pkgver = 0.02.11
pkgrel = 1
url = https://github.com/ColinIanKing/fnotifystat
arch = x86_64
license = GPL2
optdepends = bash-completion: bash completion support
- source = fnotifystat-0.02.10.tar.gz::https://github.com/ColinIanKing/fnotifystat/archive/refs/tags/V0.02.10.tar.gz
- sha256sums = cef782ca0697dfd98c8db4688caf37749b1a5299681cc1ba6956f051d1312e24
+ source = fnotifystat-0.02.11.tar.gz::https://github.com/ColinIanKing/fnotifystat/archive/refs/tags/V0.02.11.tar.gz
+ sha256sums = cb0f7388fe65eb5ab85ee51da569f3cb84bc76fb94ab83c1be1b5541bd745726
pkgname = fnotifystat
diff --git a/PKGBUILD b/PKGBUILD
index dbcd35c1b41a..e5b65ff6b631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maciek Borzecki <maciek.borzecki@gmail.com>
pkgname=fnotifystat
-pkgver=0.02.10
+pkgver=0.02.11
pkgrel=1
pkgdesc="file activity monitoring tool"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('GPL2')
depends=()
optdepends=('bash-completion: bash completion support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ColinIanKing/fnotifystat/archive/refs/tags/V${pkgver}.tar.gz")
-sha256sums=('cef782ca0697dfd98c8db4688caf37749b1a5299681cc1ba6956f051d1312e24')
+sha256sums=('cb0f7388fe65eb5ab85ee51da569f3cb84bc76fb94ab83c1be1b5541bd745726')
prepare() {
cd "$pkgname-$pkgver"