summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4848188e725f..b1aa3ab75ea2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = when-changed-git
license = BSD
makedepends = git
depends = python
- depends = watchdog
+ depends = python-watchdog
provides = when-changed
conflicts = when-changed
source = git+https://github.com/joh/when-changed.git
diff --git a/PKGBUILD b/PKGBUILD
index 1cd3691e1afd..914e961de861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Execute a command when a file is changed."
arch=('any')
url="https://github.com/joh/when-changed"
license=('BSD')
-depends=('python' 'watchdog')
+depends=('python' 'python-watchdog')
makedepends=('git')
provides=(when-changed)
conflicts=(when-changed)