summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaciek Borzecki2022-03-08 13:23:50 +0100
committerMaciek Borzecki2022-03-08 13:23:50 +0100
commit81231f405ff3887efbca9477f85cce248540252a (patch)
tree921d85bc637e3891770e7ecb0dd42955fd5717c8 /PKGBUILD
parenteee87fb9ed474dcd99935e1ca02cf3c580caa47b (diff)
downloadaur-81231f405ff3887efbca9477f85cce248540252a.tar.gz
upgpkg: fnotifystat 0.02.07-2
Point to the new upstream location. Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 858e79a29229..0441a95fe147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Maciek Borzecki <maciek.borzecki@gmail.com>
pkgname=fnotifystat
pkgver=0.02.07
-pkgrel=1
+pkgrel=2
pkgdesc="file activity monitoring tool"
arch=('x86_64')
-url="https://kernel.ubuntu.com/~cking/fnotifystat/"
+url="https://github.com/ColinIanKing/fnotifystat"
license=('GPL2')
depends=()
optdepends=('bash-completion: bash completion support')
-source=("https://kernel.ubuntu.com/~cking/tarballs/fnotifystat/$pkgname-$pkgver.tar.gz")
-sha256sums=('8023a8139c43177b84e260591c51906526e4c52d58874ef13afdadea9f78ee46')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ColinIanKing/fnotifystat/archive/refs/tags/V${pkgver}.tar.gz")
+sha256sums=('fa0d1bfcb96cdc427b5042d4bfe6e1cb2dc52936e222b5b7aeba3d25a97ee20a')
prepare() {
cd "$pkgname-$pkgver"