summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2017-05-01 16:33:25 +0300
committerAleksandr Gornostal2017-05-01 16:33:25 +0300
commit627b7ceafdaddfe6ea11a2926fc5aa882cb22e97 (patch)
tree1e303e1cf5722a2970ea193107eb8d82c29dd18d
parent07648303fea30d0f8a5770882ab0303bad009b2b (diff)
downloadaur-627b7ceafdaddfe6ea11a2926fc5aa882cb22e97.tar.gz
added new dependency on python2-websocket-client
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33c50c1a2fc3..4e9cfae1cf91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="http://ulauncher.io"
license=('GPL3')
depends=('gobject-introspection-runtime' 'libappindicator-gtk3' 'libkeybinder3' 'webkit2gtk'
- "python2-"{dbus,gobject,pyinotify,pysqlite,levenshtein,xdg})
+ "python2-"{dbus,gobject,pyinotify,pysqlite,levenshtein,xdg,websocket-client})
makedepends=('git' 'npm' "python2-"{distutils-extra,setuptools})
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")