summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornroi2018-05-06 19:03:39 +0200
committernroi2018-05-06 19:03:39 +0200
commiteb2cf412cecb6ef0d709a4976edb58b798a5d00c (patch)
tree5158feaece2ea101ed53e20ce32d92d3f5d37b82
parent0dcfea4c0e9b55b47636e3547cf20b171dcfe3f5 (diff)
downloadaur-eb2cf412cecb6ef0d709a4976edb58b798a5d00c.tar.gz
Remove useless dependency
Inotify is no longer used since the previous commit
-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}"