summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2017-03-03 14:51:55 +0000
committerAleksandr Gornostal2017-03-03 14:51:55 +0000
commiteeffe563319974850ab3e2b6ab746de6cd5adedf (patch)
treeeebf339713f3bdfce4d3a62ac89cf059134156df
parentd63993f06bf0d8b97067538adcdeb805a832cff5 (diff)
downloadaur-eeffe563319974850ab3e2b6ab746de6cd5adedf.tar.gz
Version update 2.0.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94c7938210f1..d854df9ae1ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 3 12:52:59 UTC 2017
+# Fri Mar 3 14:51:55 UTC 2017
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 2.0.25
+ pkgver = 2.0.27
pkgrel = 1
url = http://ulauncher.io
arch = any
@@ -20,7 +20,7 @@ pkgbase = ulauncher
depends = python2-xdg
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/2.0.25/ulauncher_2.0.25.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/2.0.27/ulauncher_2.0.27.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 8f3547b2daae..4822085df382 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=2.0.25
+pkgver=2.0.27
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/2.0.25/ulauncher_2.0.25.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/2.0.27/ulauncher_2.0.27.tar.gz")
sha256sums=('SKIP')
prepare() {