summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2021-11-14 21:25:19 +0000
committerAleksandr Gornostal2021-11-14 21:25:19 +0000
commitddf460dcc5ea1bcd37ae0ba224c5d9351c10c717 (patch)
tree39910297feb234c2d7a21e1fe0d59d07b55744bc
parent7392b4bcd5221603b7f7f07c434b9d3fc9b1e46d (diff)
downloadaur-ddf460dcc5ea1bcd37ae0ba224c5d9351c10c717.tar.gz
Version update 5.14.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5e2e575cf6d..14ee8a39c33f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.14.1
+ pkgver = 5.14.2
pkgrel = 1
url = https://ulauncher.io
install = ulauncher.install
@@ -24,7 +24,7 @@ pkgbase = ulauncher
depends = python-gobject
depends = python-cairo
optdepends = libappindicator-gtk3: tray icon
- source = https://github.com/Ulauncher/Ulauncher/releases/download/5.14.1/ulauncher_5.14.1.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.14.2/ulauncher_5.14.2.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index ddbf882dc19b..ef3f03c0b02b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.14.1
+pkgver=5.14.2
pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
@@ -16,7 +16,7 @@ depends=('gobject-introspection-runtime' 'libkeybinder3' 'gtk3' 'webkit2gtk' 'li
makedepends=('git' 'python-setuptools' 'python-distutils-extra')
optdepends=('libappindicator-gtk3: tray icon')
install="ulauncher.install"
-source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.14.1/ulauncher_5.14.1.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.14.2/ulauncher_5.14.2.tar.gz")
sha256sums=('SKIP')
build() {