summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2022-08-01 10:37:00 +0000
committerAleksandr Gornostal2022-08-01 10:37:00 +0000
commit9634faeecb5126823fc9f7623ce0b5054316c21d (patch)
tree486640ddb512e0c8ebd506f86af50ba4c94587c4
parent21fe32eddbe2ffa3f9f1b66b8c68d4acb3f2aaa6 (diff)
downloadaur-9634faeecb5126823fc9f7623ce0b5054316c21d.tar.gz
Version update 5.14.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7f06721171e..3c9d830a8b47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.14.6
+ pkgver = 5.14.7
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.6/ulauncher_5.14.6.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.14.7/ulauncher_5.14.7.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 9aab348ca8e6..b31a3b73dbb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.14.6
+pkgver=5.14.7
pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
@@ -16,7 +16,7 @@ depends=('gobject-introspection-runtime' 'libkeybinder3' 'gtk3' 'webkit2gtk-4.1'
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.6/ulauncher_5.14.6.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.14.7/ulauncher_5.14.7.tar.gz")
sha256sums=('SKIP')
build() {