summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2020-04-15 05:32:23 +0000
committerAleksandr Gornostal2020-04-15 05:32:23 +0000
commit953907fb7dad0ac0026dde0439a3cf9ef59b4e65 (patch)
treee4f84155a7c3c9a78eb4813e26ebe2a6417ff92f
parent60b6caea9f3d185f530cfbc2c79ad09cd52813b7 (diff)
downloadaur-953907fb7dad0ac0026dde0439a3cf9ef59b4e65.tar.gz
Version update 5.7.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f7c2808d344..62329744b82c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.7.3
+ pkgver = 5.7.4
pkgrel = 1
url = https://ulauncher.io
arch = any
@@ -19,7 +19,7 @@ pkgbase = ulauncher
depends = python-websocket-client
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/5.7.3/ulauncher_5.7.3.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.7.4/ulauncher_5.7.4.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 3f8d86b65480..5b2c6520b494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.7.3
+pkgver=5.7.4
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.7.3/ulauncher_5.7.3.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.7.4/ulauncher_5.7.4.tar.gz")
sha256sums=('SKIP')
build() {