summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2024-04-21 21:23:51 +0200
committerMichal Wojdyla2024-04-21 21:23:51 +0200
commit99991c157d8697da34e3b180b3d6bd24be75f6d3 (patch)
tree06485f03030f2a3c79a83c09d5bf673ba21da1e6 /PKGBUILD
parent53ba2f271e2865f25cac1bb0fd6790ca6d8a74c7 (diff)
downloadaur-python-watchdog-git.tar.gz
spdx license identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e16d5b91910..a195374a0778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: jyantis <yantis@yantis.net>
# Contributor: Sandro Munda <munda.sandro@gmail.com>
pkgname=python-watchdog-git
pkgver=4.0.1.r1464.b92b6fa
-pkgrel=1
+pkgrel=2
pkgdesc='Python 3 library to monitor filesystem events.'
arch=('any')
url='https://github.com/gorakhargosh/watchdog'
-license=('custom')
-depends=('python'
- )
+license=('Apache-2.0')
+depends=('python')
source=('git+https://github.com/gorakhargosh/watchdog.git')
sha256sums=('SKIP')
makedepends=('git' 'python-setuptools')
@@ -40,9 +40,6 @@ build() {
package() {
cd watchdog
- # We don't need anything related to git in the package
- rm -rf .git*
-
python setup.py install --root="${pkgdir}" --optimize=1
# Install License