summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-04-21 21:23:51 +0200
committerMichal Wojdyla2024-04-21 21:23:51 +0200
commit99991c157d8697da34e3b180b3d6bd24be75f6d3 (patch)
tree06485f03030f2a3c79a83c09d5bf673ba21da1e6
parent53ba2f271e2865f25cac1bb0fd6790ca6d8a74c7 (diff)
downloadaur-99991c157d8697da34e3b180b3d6bd24be75f6d3.tar.gz
spdx license identifier
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d9dc56df689..34df2683e9cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-watchdog-git
pkgdesc = Python 3 library to monitor filesystem events.
pkgver = 4.0.1.r1464.b92b6fa
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gorakhargosh/watchdog
arch = any
- license = custom
+ license = Apache-2.0
makedepends = git
makedepends = python-setuptools
depends = python
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