summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Anhuth2018-12-21 19:43:40 +0100
committerOliver Anhuth2018-12-21 19:43:40 +0100
commit9d2d9040ec2bf29007f7567b73bf49cac3d2e9a5 (patch)
tree27a0264bf36e17845c453335153a77f88996df39
parent0475f4e7fd592083c0a6b1b5c1711a1ad6e6ce89 (diff)
downloadaur-9d2d9040ec2bf29007f7567b73bf49cac3d2e9a5.tar.gz
15.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c940a748884a..795060417e98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = albert-lite
pkgdesc = A sophisticated standalone keyboard launcher. Without QML and VirtualBox dependencies
- pkgver = 0.14.22
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/albertlauncher
arch = i686
@@ -14,9 +14,10 @@ pkgbase = albert-lite
makedepends = muparser
depends = qt5-svg
depends = qt5-x11extras
+ depends = qt5-charts
depends = libx11
optdepends = muparser: Calculator plugin
- source = mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v0.14.22
+ source = mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v0.15.0
source = mirrors/plugins::git+https://github.com/albertlauncher/plugins.git
source = mirrors/python::git+https://github.com/albertlauncher/python.git
source = mirrors/pybind11::git+https://github.com/pybind/pybind11.git
diff --git a/PKGBUILD b/PKGBUILD
index c18b2147628e..957a23475f8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Manuel Schneider <manuelschneid3r at googles mail>
pkgname=albert-lite
-pkgver=0.14.22
+pkgver=0.15.0
pkgrel=1
pkgdesc="A sophisticated standalone keyboard launcher. Without QML and VirtualBox dependencies"
arch=('i686' 'x86_64' 'armv7h')
@@ -9,6 +9,7 @@ license=('GPL')
depends=(
'qt5-svg'
'qt5-x11extras'
+ 'qt5-charts'
'libx11'
)
makedepends=(