summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2020-06-28 17:30:51 +0000
committerAleksandr Gornostal2020-06-28 17:30:51 +0000
commit3c0fdc5c9507cead4fc7bf1f8f14a4c21f07704f (patch)
treed307415a9747c9fe271f232386c7a6b4e92c3f94
parent17cc319cce139d8727a94b36145719b2a9f52a33 (diff)
downloadaur-3c0fdc5c9507cead4fc7bf1f8f14a4c21f07704f.tar.gz
Version update 5.8.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 201e12c0e1d2..624607cfbecd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 5.7.5
+ pkgver = 5.8.0
pkgrel = 1
url = https://ulauncher.io
arch = any
@@ -19,7 +19,7 @@ pkgbase = ulauncher
depends = python-websocket-client
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/5.7.5/ulauncher_5.7.5.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/5.8.0/ulauncher_5.8.0.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 59d081de4e6d..1d979539e9a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.7.5
+pkgver=5.8.0
pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
@@ -14,7 +14,7 @@ depends=('gobject-introspection-runtime' 'libappindicator-gtk3' 'libkeybinder3'
makedepends=('python-distutils-extra')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.7.5/ulauncher_5.7.5.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.8.0/ulauncher_5.8.0.tar.gz")
sha256sums=('SKIP')
build() {