summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2017-03-04 12:04:55 +0000
committerAleksandr Gornostal2017-03-04 12:04:55 +0000
commitda101b546412bd01105784c2f945ba58fc83da36 (patch)
tree598c0fe3dc2a199a2073010a7fa41914305ce174
parent17dcafa2d6b500e3ac0158a65b20cd2589932c5a (diff)
downloadaur-da101b546412bd01105784c2f945ba58fc83da36.tar.gz
Version update 2.0.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 416bd9d5a9a4..48c7115e96d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 4 09:10:44 UTC 2017
+# Sat Mar 4 12:04:55 UTC 2017
pkgbase = ulauncher-git
pkgdesc = Application launcher for Linux
- pkgver = 2.0.29
+ pkgver = 2.0.30
pkgrel = 1
url = http://ulauncher.io
arch = any
@@ -20,7 +20,7 @@ pkgbase = ulauncher-git
depends = python2-xdg
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/2.0.29/ulauncher_2.0.29.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/2.0.30/ulauncher_2.0.30.tar.gz
sha256sums = SKIP
pkgname = ulauncher-git
diff --git a/PKGBUILD b/PKGBUILD
index 522fc43b010f..9eb92d1f22cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher-git
-pkgver=2.0.29
+pkgver=2.0.30
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.29/ulauncher_2.0.29.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/2.0.30/ulauncher_2.0.30.tar.gz")
sha256sums=('SKIP')
prepare() {