pyinotify: Use SRC_FILENAMES. Remove slack-desc config files warning.

This commit is contained in:
Darren 'Tadgy' Austin 2022-10-08 16:36:48 +01:00
commit d42fb2cee9
3 changed files with 5 additions and 8 deletions

View file

@ -12,5 +12,5 @@ SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.gz")
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
# Build configuration.
BUILD_REQUIRES=(python3)
BUILD_REQUIRES=("python3")
BUILD_CONFLICTS=("$PKG_NAME")