summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2020-01-18 08:56:59 +0000
committerAleksandr Gornostal2020-01-18 08:56:59 +0000
commit60da0030a3cf9a6f2c23464c91b9656c0375bf90 (patch)
tree2b473ca4955a92cca5f208ea4ad187d6b7d1f1ff
parentef918a5784c2896767becb88d5f74f01358c7580 (diff)
downloadaur-60da0030a3cf9a6f2c23464c91b9656c0375bf90.tar.gz
Version update 5.6.1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40ff6e1147af..26d84f558372 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.6.0
+ pkgver = 5.6.1
pkgrel = 1
url = https://ulauncher.io
arch = any
@@ -12,13 +12,14 @@ pkgbase = ulauncher
depends = webkit2gtk
depends = python-dbus
depends = python-gobject
+ depends = python-cairo
depends = python-pyinotify
depends = python-levenshtein
depends = python-xdg
depends = python-websocket-client
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/5.6.0/ulauncher_5.6.0.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.6.1/ulauncher_5.6.1.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index d63d8be99fa8..73851a3bb21f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.6.0
+pkgver=5.6.1
pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
url="https://ulauncher.io"
license=('GPL3')
depends=('gobject-introspection-runtime' 'libappindicator-gtk3' 'libkeybinder3' 'webkit2gtk'
- "python-"{dbus,gobject,pyinotify,levenshtein,xdg,websocket-client})
+ "python-"{dbus,gobject,cairo,pyinotify,levenshtein,xdg,websocket-client})
makedepends=('python-distutils-extra')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.6.0/ulauncher_5.6.0.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.6.1/ulauncher_5.6.1.tar.gz")
sha256sums=('SKIP')
build() {