system/watch-fs: Update dep.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-03-20 06:49:55 +07:00 committed by Willy Sudiarto Raharjo
parent 7bef1f941e
commit 06a317068b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=watch-fs
VERSION=${VERSION:-1.5.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/w/watch-fs/watch-fs-1.5
MD5SUM="134d697e0911e6bcdf75150a4de7c379"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="click pyinotify"
REQUIRES="click python3-pyinotify"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"