author | Jelle van der Waa
<jelle@archlinux.org> 2024-04-13 09:51:01 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-13 09:51:01 UTC |
parent | d9ca5bec3748fcb5242a2b7642e49c200bfea198 |
.SRCINFO | +14 | -0 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..66c81b2 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,14 @@ +pkgbase = python-pyinotify + pkgdesc = Python module used for monitoring filesystems events on Linux platforms with inotify. + pkgver = 0.9.6 + pkgrel = 13 + url = https://github.com/seb-m/pyinotify + arch = any + license = custom:MIT + makedepends = python + makedepends = python-setuptools + depends = python + source = https://github.com/seb-m/pyinotify/archive/0.9.6.tar.gz + sha512sums = 144db691c1cdfd4e52b838b8ed839b8d50d84d26a91a59b7460c3170f58a1c96b3ce4f51e6273835835291781215a87b8f2d2d87d1abf012e4c14b2cd4b3f4cf + +pkgname = python-pyinotify diff --git a/PKGBUILD b/PKGBUILD index 82f239c..2f9c0b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,13 +4,13 @@ pkgname=python-pyinotify pkgver=0.9.6 -pkgrel=12 +pkgrel=13 pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.' arch=('any') url="https://github.com/seb-m/pyinotify" license=('custom:MIT') depends=('python') -makedepends=('python') +makedepends=('python' 'python-setuptools') source=("https://github.com/seb-m/pyinotify/archive/${pkgver}.tar.gz") sha512sums=('144db691c1cdfd4e52b838b8ed839b8d50d84d26a91a59b7460c3170f58a1c96b3ce4f51e6273835835291781215a87b8f2d2d87d1abf012e4c14b2cd4b3f4cf')