summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbin Larsson2023-11-12 22:28:35 +0100
committerAlbin Larsson2023-11-12 22:28:35 +0100
commitc761942312443b0296e5c6d48afc8c566bac2efc (patch)
tree6380fc8895288060d2566bb3f89ced69a7cc3177
parent95c742daa87aa96de772fed1d8f096eed8540c5e (diff)
downloadaur-c761942312443b0296e5c6d48afc8c566bac2efc.tar.gz
Version update 5.15.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab6ea3e23652..dae01fc7bbe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.15.4
+ pkgver = 5.15.5
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.15.4/ulauncher_5.15.4.tar.gz
- sha256sums = e691296272451d02847d3bded3b9e01550c038cf7e930af1ea1737d20130b24a
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.15.5/ulauncher_5.15.5.tar.gz
+ sha256sums = 1c86c87af117ded7feb4a77ec224b06b6171006729bbd826b1ef849c2cdd2520
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 4da3bd3c9516..917780226207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.15.4
+pkgver=5.15.5
pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
@@ -17,7 +17,7 @@ makedepends=('git' 'python-setuptools' 'python-distutils-extra')
optdepends=('libappindicator-gtk3: tray icon')
install="ulauncher.install"
source=("https://github.com/Ulauncher/Ulauncher/releases/download/${pkgver}/ulauncher_${pkgver}.tar.gz")
-sha256sums=('e691296272451d02847d3bded3b9e01550c038cf7e930af1ea1737d20130b24a')
+sha256sums=('1c86c87af117ded7feb4a77ec224b06b6171006729bbd826b1ef849c2cdd2520')
build() {
cd ulauncher