summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2022-09-19 20:21:47 +0000
committerAleksandr Gornostal2022-09-19 20:21:47 +0000
commit201a6c2d69a6f3d7d09b306947557fc106f5dfab (patch)
tree2bab72ec553247298fe9d504d2704fb6a8ac27bf
parentb2cdeda7b8f5a893ce622f45847c832115e62cf1 (diff)
downloadaur-201a6c2d69a6f3d7d09b306947557fc106f5dfab.tar.gz
Version update 5.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d787823842a4..fd998d97fddb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.14.7
- pkgrel = 2
+ pkgver = 5.15.0
+ pkgrel = 1
url = https://ulauncher.io
install = ulauncher.install
arch = any
@@ -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.7/ulauncher_5.14.7.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.15.0/ulauncher_5.15.0.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 74522485e816..b75ef91f272d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.14.7
-pkgrel=2
+pkgver=5.15.0
+pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
url="https://ulauncher.io"
@@ -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.7/ulauncher_5.14.7.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.15.0/ulauncher_5.15.0.tar.gz")
sha256sums=('SKIP')
build() {