summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1a4a0efbe6e..2434f8471349 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = clyde-client-git
arch = any
license = MIT
depends = python
- depends = inotify-tools
depends = curl
depends = sed
depends = procps-ng
diff --git a/PKGBUILD b/PKGBUILD
index 497edaa5e6f3..b99536789ee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ sha256sums=(
'SKIP'
'4fab0f70309ed9d784d6465c841d2689b1ae1492b1791750f294749aaf8b4289'
)
-depends=('python' 'inotify-tools' 'curl' 'sed' 'procps-ng' 'coreutils')
+depends=('python' 'curl' 'sed' 'procps-ng' 'coreutils')
package() {
cd "$srcdir/${pkgname%-git}"