summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-11-26 08:21:06 -0500
committerAlex Hirzel2020-11-26 08:21:06 -0500
commita13df258dfd70224719814577e9a6aa70d75b925 (patch)
tree6f3459c8d674d0068768b63c79fd648656fb8248 /PKGBUILD
parent95b0fa1140d07af40a727fb6dfe1f6b04da57eb3 (diff)
downloadaur-a13df258dfd70224719814577e9a6aa70d75b925.tar.gz
update to version 0.16.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ac42f78b9e9..53fa6e78b981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
# Maintainer: Alex Hirzel <alex at hirzel period us>
pkgname=albert-lite
-pkgver=0.16.1
-pkgrel=3
+pkgver=0.16.2
+pkgrel=1
pkgdesc="A sophisticated standalone keyboard launcher. Without QML and VirtualBox dependencies"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/albertlauncher"
license=('GPL')
depends=(
+ 'python'
+ 'hicolor-icon-theme'
'qt5-svg'
'qt5-x11extras'
'qt5-charts'
@@ -16,9 +18,7 @@ makedepends=(
'git'
'cmake'
'gcc'
- 'qt5-svg'
'muparser'
- 'python'
)
optdepends=('muparser: Calculator plugin')
conflicts=('albert')