summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2aec611fbe1..fd381cc780a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.11.0
+ pkgver = 5.12.0
pkgrel = 1
url = https://ulauncher.io
arch = any
@@ -18,7 +18,7 @@ pkgbase = ulauncher
depends = python-websocket-client
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/5.11.0/ulauncher_5.11.0.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.12.0/ulauncher_5.12.0.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 5a3e40630b35..85dcf1b9248d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.11.0
+pkgver=5.12.0
pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
@@ -14,7 +14,7 @@ depends=('gobject-introspection-runtime' 'libkeybinder3' 'webkit2gtk'
makedepends=('python-distutils-extra')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.11.0/ulauncher_5.11.0.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.12.0/ulauncher_5.12.0.tar.gz")
sha256sums=('SKIP')
build() {