summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2017-04-30 13:02:39 +0000
committerAleksandr Gornostal2017-04-30 13:02:39 +0000
commitaa2de3da2e87376a26e0f6d9bd6c691153aeec53 (patch)
tree819ca30ae3baf1ddd917d703514dc227e23873db
parent4a45aa2f0d5d0f0a85fdfae387076afe2e50eda2 (diff)
downloadaur-aa2de3da2e87376a26e0f6d9bd6c691153aeec53.tar.gz
Version update 2.2.0.r1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18e922ad73a0..e4fc899e8e67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 5 21:12:21 UTC 2017
+# Sun Apr 30 13:02:39 UTC 2017
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 2.0.30.r3
+ pkgver = 2.2.0.r1
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.30.r3/ulauncher_2.0.30.r3.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/2.2.0.r1/ulauncher_2.2.0.r1.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 3425ae5018ac..671b545113af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=2.0.30.r3
+pkgver=2.2.0.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/2.0.30.r3/ulauncher_2.0.30.r3.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/2.2.0.r1/ulauncher_2.2.0.r1.tar.gz")
sha256sums=('SKIP')
prepare() {