summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2020-01-04 11:28:30 +0000
committerAleksandr Gornostal2020-01-04 11:28:30 +0000
commit0f5ac653fae838199afc299f855b46a702a396bc (patch)
tree71fef5e879e86a208dc517ee7af9f299eb8f11db
parentc6ecab4925c601910f931197c34feb99b8443722 (diff)
downloadaur-0f5ac653fae838199afc299f855b46a702a396bc.tar.gz
Version update 5.4.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e77ce8c0830..1d9c703faf53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.4.0
+ pkgver = 5.4.1
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.4.0/ulauncher_5.4.0.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.4.1/ulauncher_5.4.1.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 8068b0d55e59..04d44edf07d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.4.0
+pkgver=5.4.1
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.4.0/ulauncher_5.4.0.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.4.1/ulauncher_5.4.1.tar.gz")
sha256sums=('SKIP')
build() {