summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2020-01-05 15:31:39 +0000
committerAleksandr Gornostal2020-01-05 15:31:39 +0000
commitef918a5784c2896767becb88d5f74f01358c7580 (patch)
tree8a8f57959bd612bf6ccd56260d3b116a88fc059a
parent566f7ecd21fa6d3ac601d0a0e5d02c7e65c34dd7 (diff)
downloadaur-ef918a5784c2896767becb88d5f74f01358c7580.tar.gz
Version update 5.6.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eda00cd5f4d1..40ff6e1147af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.5.0
+ pkgver = 5.6.0
pkgrel = 1
url = https://ulauncher.io
arch = any
@@ -18,7 +18,7 @@ pkgbase = ulauncher
depends = python-websocket-client
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/5.5.0/ulauncher_5.5.0.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.6.0/ulauncher_5.6.0.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index ea07b987cdf0..d63d8be99fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.5.0
+pkgver=5.6.0
pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
@@ -14,7 +14,7 @@ depends=('gobject-introspection-runtime' 'libappindicator-gtk3' 'libkeybinder3'
makedepends=('python-distutils-extra')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.5.0/ulauncher_5.5.0.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.6.0/ulauncher_5.6.0.tar.gz")
sha256sums=('SKIP')
build() {