summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f7c79c47a41..2b30848ce8f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 18 19:45:30 UTC 2017
+# Sat Sep 2 10:55:16 UTC 2017
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 2.2.1.r0
+ pkgver = 3.1.1.r0
pkgrel = 1
url = http://ulauncher.io
arch = any
@@ -18,9 +18,10 @@ pkgbase = ulauncher
depends = python2-pysqlite
depends = python2-levenshtein
depends = python2-xdg
+ depends = python2-websocket-client
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/2.2.1.r0/ulauncher_2.2.1.r0.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/3.1.1.r0/ulauncher_3.1.1.r0.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 420b26242038..38dd5d5febb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=2.2.1.r0
+pkgver=3.1.1.r0
pkgrel=1
pkgdesc='Application launcher for Linux'
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=('python2-distutils-extra')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("https://github.com/Ulauncher/Ulauncher/releases/download/2.2.1.r0/ulauncher_2.2.1.r0.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/3.1.1.r0/ulauncher_3.1.1.r0.tar.gz")
sha256sums=('SKIP')
prepare() {