summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-06-02 20:09:12 +0200
committerHeiko Nickerl2018-06-02 20:09:12 +0200
commitb2228f48edb7bdd52bd4dd87991e24a2b6c4452e (patch)
treeabe410260b63ab61b6a37e5b1e4e8b9e8c58d28f
parent328f90ad5832a4337a162883c185590b9f256e54 (diff)
downloadaur-b2228f48edb7bdd52bd4dd87991e24a2b6c4452e.tar.gz
Add dependency 'python-watchdog'
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65216591796e..5fea061dd589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = sodalite-git
depends = python-pyperclip
depends = python-pygments
depends = xdg-utils
+ depends = python-watchdog
conflicts = sodalite
source = git+https://github.com/hnicke/sodalite.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e68ff26dc2a7..acf3e88068a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL')
conflicts=('sodalite')
makedepends=('git' 'awk' )
depends=('python-binaryornot' 'python-urwid' 'python-yaml'
-'python-pyperclip' 'python-pygments' 'xdg-utils')
+'python-pyperclip' 'python-pygments' 'xdg-utils' 'python-watchdog')
source=('git+https://github.com/hnicke/sodalite.git')
md5sums=('SKIP')
install=sodalite.install