diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:07:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:18:02 +0100 |
commit | cb3676198d69b38a96668efcb68af4ed4bbed3c0 (patch) | |
tree | ea2932a2b50749921ff5de4c49e5351ffd5615c4 | |
parent | d9f29c2e7b669928ecdebbdab881a22c2ecc3422 (diff) | |
download | aports-cb3676198d69b38a96668efcb68af4ed4bbed3c0.tar.gz aports-cb3676198d69b38a96668efcb68af4ed4bbed3c0.tar.bz2 aports-cb3676198d69b38a96668efcb68af4ed4bbed3c0.tar.xz |
community/py3-watchdog: rebuild against python 3.10
-rw-r--r-- | community/py3-watchdog/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-watchdog/APKBUILD b/community/py3-watchdog/APKBUILD index 4922561da8..6571815983 100644 --- a/community/py3-watchdog/APKBUILD +++ b/community/py3-watchdog/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-watchdog _pkgname=watchdog pkgver=2.1.6 -pkgrel=0 +pkgrel=1 pkgdesc="Filesystem events monitoring" url="https://github.com/gorakhargosh/watchdog" arch="noarch" |