summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2017-03-03 12:26:01 +0000
committerAleksandr Gornostal2017-03-03 12:26:01 +0000
commiteeaa98649660dcd54df6810350465743ac483692 (patch)
treeeb2dccc9f763813c8d8445c51e8c80ce40296336
parent0ae615e135c04d8cb7e62114d3e3dbc3411d7157 (diff)
downloadaur-eeaa98649660dcd54df6810350465743ac483692.tar.gz
Version update 2.0.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9ed9010080f..7844ec38fe67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 3 09:36:46 UTC 2017
+# Fri Mar 3 12:26:01 UTC 2017
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 2.0.13
+ pkgver = 2.0.24
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.13/ulauncher_2.0.13.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/2.0.24/ulauncher_2.0.24.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 12c366b24879..e3ec38b5cb2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=2.0.13
+pkgver=2.0.24
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.13/ulauncher_2.0.13.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/2.0.24/ulauncher_2.0.24.tar.gz")
sha256sums=('SKIP')
prepare() {