summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2022-03-08 13:23:50 +0100
committerMaciek Borzecki2022-03-08 13:23:50 +0100
commit81231f405ff3887efbca9477f85cce248540252a (patch)
tree921d85bc637e3891770e7ecb0dd42955fd5717c8
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>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9c5b4f4c99f..18effec61874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = fnotifystat
pkgdesc = file activity monitoring tool
pkgver = 0.02.07
- pkgrel = 1
- url = https://kernel.ubuntu.com/~cking/fnotifystat/
+ pkgrel = 2
+ url = https://github.com/ColinIanKing/fnotifystat
arch = x86_64
license = GPL2
optdepends = bash-completion: bash completion support
- source = https://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-0.02.07.tar.gz
- sha256sums = 8023a8139c43177b84e260591c51906526e4c52d58874ef13afdadea9f78ee46
+ source = fnotifystat-0.02.07.tar.gz::https://github.com/ColinIanKing/fnotifystat/archive/refs/tags/V0.02.07.tar.gz
+ sha256sums = fa0d1bfcb96cdc427b5042d4bfe6e1cb2dc52936e222b5b7aeba3d25a97ee20a
pkgname = fnotifystat
-
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"