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