summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2018-01-28 07:52:05 +0000
committerAleksandr Gornostal2018-01-28 07:52:05 +0000
commitc2c78ede1217bbf10e6741a8d4ef974ee9e510ac (patch)
tree0dbfb9ab09af50a9a4701c61b4f557e72b331b07
parent20e53a82a429fa60b7ab3e8d10d9a18750c0ba1b (diff)
downloadaur-c2c78ede1217bbf10e6741a8d4ef974ee9e510ac.tar.gz
Version update 4.0.6.r1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f04994d0e5a..fbdeb5028913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 22 08:47:13 UTC 2018
+# Sun Jan 28 07:52:05 UTC 2018
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 4.0.5.r1
+ pkgver = 4.0.6.r1
pkgrel = 1
url = http://ulauncher.io
arch = any
@@ -21,7 +21,7 @@ pkgbase = ulauncher
depends = python2-websocket-client
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/4.0.5.r1/ulauncher_4.0.5.r1.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/4.0.6.r1/ulauncher_4.0.6.r1.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index c862446f29e5..f0e1a249b53d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=4.0.5.r1
+pkgver=4.0.6.r1
pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
@@ -14,7 +14,7 @@ depends=('gobject-introspection-runtime' 'libappindicator-gtk3' 'libkeybinder3'
makedepends=('python2-distutils-extra')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("https://github.com/Ulauncher/Ulauncher/releases/download/4.0.5.r1/ulauncher_4.0.5.r1.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/4.0.6.r1/ulauncher_4.0.6.r1.tar.gz")
sha256sums=('SKIP')
prepare() {