summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAleksandr Gornostal2021-04-18 17:49:38 +0000
committerAleksandr Gornostal2021-04-18 17:49:38 +0000
commit97c537776d84a81f0ec0d38ea7125ea29f084a06 (patch)
treed3192193b7ba07e5a74919979b640a5d31c4e654 /PKGBUILD
parent4838bd9d706ac9449493908ddac2e8c08ca9e109 (diff)
downloadaur-97c537776d84a81f0ec0d38ea7125ea29f084a06.tar.gz
Version update 5.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d9ab651c63f..5a3e40630b35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
# To install, run `makepkg -is`
pkgname=ulauncher
-pkgver=5.10.0
+pkgver=5.11.0
pkgrel=1
pkgdesc='Application launcher for Linux'
arch=('any')
url="https://ulauncher.io"
license=('GPL3')
-depends=('gobject-introspection-runtime' 'libappindicator-gtk3' 'libkeybinder3' 'webkit2gtk'
+depends=('gobject-introspection-runtime' 'libkeybinder3' 'webkit2gtk'
"python-"{dbus,gobject,cairo,pyinotify,levenshtein,xdg,websocket-client})
makedepends=('python-distutils-extra')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.10.0/ulauncher_5.10.0.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.11.0/ulauncher_5.11.0.tar.gz")
sha256sums=('SKIP')
build() {