summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2019-10-27 14:36:53 +0000
committerAleksandr Gornostal2019-10-27 14:36:53 +0000
commitc6ecab4925c601910f931197c34feb99b8443722 (patch)
treedf219ee0b5d1080351382504dd8e3813a37fc306
parentad031978c00cb1ddd5dc59716452a459224af6ef (diff)
downloadaur-c6ecab4925c601910f931197c34feb99b8443722.tar.gz
Version update 5.4.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d670c429aa45..5e77ce8c0830 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.3.0
+ pkgver = 5.4.0
pkgrel = 1
url = https://ulauncher.io
arch = any
@@ -18,7 +18,7 @@ pkgbase = ulauncher
depends = python-websocket-client
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/5.3.0/ulauncher_5.3.0.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.4.0/ulauncher_5.4.0.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 1d0d0d0bdc4a..8068b0d55e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.3.0
+pkgver=5.4.0
pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
@@ -14,7 +14,7 @@ depends=('gobject-introspection-runtime' 'libappindicator-gtk3' 'libkeybinder3'
makedepends=('python-distutils-extra')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.3.0/ulauncher_5.3.0.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.4.0/ulauncher_5.4.0.tar.gz")
sha256sums=('SKIP')
build() {