summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2018-05-01 13:07:31 +0000
committerAleksandr Gornostal2018-05-01 13:07:31 +0000
commit17a86985326e914b85d6d5de75cc9c55e07b6ff7 (patch)
treec92623bba13f63f94c9938e20da5ace007628845
parent2f39765918546c637aa579f192d8bd9f48971906 (diff)
downloadaur-17a86985326e914b85d6d5de75cc9c55e07b6ff7.tar.gz
Version update 4.0.7.r19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 956eeab232e0..7669bbf29494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 7 08:08:34 UTC 2018
+# Tue May 1 13:07:31 UTC 2018
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 4.0.7.r5
+ pkgver = 4.0.7.r19
pkgrel = 1
url = http://ulauncher.io
arch = any
@@ -21,7 +21,7 @@ pkgbase = ulauncher
depends = python2-websocket-client
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/4.0.7.r5/ulauncher_4.0.7.r5.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/4.0.7.r19/ulauncher_4.0.7.r19.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index d034420ac441..d8f13030349d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=4.0.7.r5
+pkgver=4.0.7.r19
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/4.0.7.r5/ulauncher_4.0.7.r5.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/4.0.7.r19/ulauncher_4.0.7.r19.tar.gz")
sha256sums=('SKIP')
prepare() {