summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2023-06-29 07:19:19 +0200
committerMaciek Borzecki2023-06-29 07:19:19 +0200
commit83e0a553c68e0dee31a1ee99d431cbdac384be9b (patch)
tree0bd0bc126af1fe4a92c3c2b06047ae4a1345cba6
parent81231f405ff3887efbca9477f85cce248540252a (diff)
downloadaur-83e0a553c68e0dee31a1ee99d431cbdac384be9b.tar.gz
upgpkg: fnotifystat 0.02.10-1
upstream release Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18effec61874..15defba4276c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fnotifystat
pkgdesc = file activity monitoring tool
- pkgver = 0.02.07
- pkgrel = 2
+ pkgver = 0.02.10
+ pkgrel = 1
url = https://github.com/ColinIanKing/fnotifystat
arch = x86_64
license = GPL2
optdepends = bash-completion: bash completion support
- source = fnotifystat-0.02.07.tar.gz::https://github.com/ColinIanKing/fnotifystat/archive/refs/tags/V0.02.07.tar.gz
- sha256sums = fa0d1bfcb96cdc427b5042d4bfe6e1cb2dc52936e222b5b7aeba3d25a97ee20a
+ source = fnotifystat-0.02.10.tar.gz::https://github.com/ColinIanKing/fnotifystat/archive/refs/tags/V0.02.10.tar.gz
+ sha256sums = cef782ca0697dfd98c8db4688caf37749b1a5299681cc1ba6956f051d1312e24
pkgname = fnotifystat
diff --git a/PKGBUILD b/PKGBUILD
index 0441a95fe147..dbcd35c1b41a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maciek Borzecki <maciek.borzecki@gmail.com>
pkgname=fnotifystat
-pkgver=0.02.07
-pkgrel=2
+pkgver=0.02.10
+pkgrel=1
pkgdesc="file activity monitoring tool"
arch=('x86_64')
url="https://github.com/ColinIanKing/fnotifystat"
@@ -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=('fa0d1bfcb96cdc427b5042d4bfe6e1cb2dc52936e222b5b7aeba3d25a97ee20a')
+sha256sums=('cef782ca0697dfd98c8db4688caf37749b1a5299681cc1ba6956f051d1312e24')
prepare() {
cd "$pkgname-$pkgver"