summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2018-01-18 17:45:41 +0000
committerAleksandr Gornostal2018-01-18 17:45:41 +0000
commit16db5ff53d33e6c4d2e75222373b385a83d7f781 (patch)
treec69ab53520f75744d275aaf006bfe7996155f51e
parent7a5e7123c8a18e3926e421a070db9140de7b118c (diff)
downloadaur-16db5ff53d33e6c4d2e75222373b385a83d7f781.tar.gz
Version update 4.0.3.r0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41d31d0308de..cc376570b3fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 18 17:00:00 UTC 2018
+# Thu Jan 18 17:45:41 UTC 2018
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 3.3.0.r3
+ pkgver = 4.0.3.r0
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/3.3.0.r3/ulauncher_3.3.0.r3.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/4.0.3.r0/ulauncher_4.0.3.r0.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 33556e046abb..f9d748468c11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=3.3.0.r3
+pkgver=4.0.3.r0
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/3.3.0.r3/ulauncher_3.3.0.r3.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/4.0.3.r0/ulauncher_4.0.3.r0.tar.gz")
sha256sums=('SKIP')
prepare() {