summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2022-01-14 13:31:43 +0000
committerAleksandr Gornostal2022-01-14 13:31:43 +0000
commit0cda23dcfcedee62eadc5dd43c792d1c5c7fa049 (patch)
treeaa85519e4daca0fc3ddf14012e51c69eb738348b
parentddf460dcc5ea1bcd37ae0ba224c5d9351c10c717 (diff)
downloadaur-0cda23dcfcedee62eadc5dd43c792d1c5c7fa049.tar.gz
Version update 5.14.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14ee8a39c33f..e791200dca07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.14.2
+ pkgver = 5.14.3
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.2/ulauncher_5.14.2.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.14.3/ulauncher_5.14.3.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index ef3f03c0b02b..201bc3d5ec1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.14.2
+pkgver=5.14.3
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.2/ulauncher_5.14.2.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.14.3/ulauncher_5.14.3.tar.gz")
sha256sums=('SKIP')
build() {