summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2019-03-03 07:49:30 +0000
committerAleksandr Gornostal2019-03-03 07:49:30 +0000
commitc9facbb491de1b2c702b4b5b38f174a7965aa5c6 (patch)
tree7b656ab3d6918d9928fef59a5d5baf35dadad9ae
parent9a7991a3ef656daad7d9482107748ab42de5972f (diff)
downloadaur-c9facbb491de1b2c702b4b5b38f174a7965aa5c6.tar.gz
Version update 4.3.2.r8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72fc95d9f03f..24c36d7cdec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Oct 2 17:40:24 UTC 2018
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
- pkgver = 4.3.1.r4
+ pkgver = 4.3.2.r8
pkgrel = 1
url = http://ulauncher.io
arch = any
@@ -21,7 +19,7 @@ pkgbase = ulauncher
depends = python2-websocket-client
provides = ulauncher
conflicts = ulauncher
- source = https://github.com/Ulauncher/Ulauncher/releases/download/4.3.1.r4/ulauncher_4.3.1.r4.tar.gz
+ source = https://github.com/Ulauncher/Ulauncher/releases/download/4.3.2.r8/ulauncher_4.3.2.r8.tar.gz
sha256sums = SKIP
pkgname = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index fecf631a7cb2..2847163b0a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=4.3.1.r4
+pkgver=4.3.2.r8
pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
@@ -14,7 +14,7 @@ depends=('gobject-introspection-runtime' 'libappindicator-gtk3' 'libkeybinder3'
makedepends=('python2-distutils-extra')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("https://github.com/Ulauncher/Ulauncher/releases/download/4.3.1.r4/ulauncher_4.3.1.r4.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/4.3.2.r8/ulauncher_4.3.2.r8.tar.gz")
sha256sums=('SKIP')
prepare() {