summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2020-11-26 08:21:06 -0500
committerAlex Hirzel2020-11-26 08:21:06 -0500
commita13df258dfd70224719814577e9a6aa70d75b925 (patch)
tree6f3459c8d674d0068768b63c79fd648656fb8248
parent95b0fa1140d07af40a727fb6dfe1f6b04da57eb3 (diff)
downloadaur-a13df258dfd70224719814577e9a6aa70d75b925.tar.gz
update to version 0.16.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7e96cac8369..a9a00ad2b0c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = albert-lite
pkgdesc = A sophisticated standalone keyboard launcher. Without QML and VirtualBox dependencies
- pkgver = 0.16.1
- pkgrel = 3
+ pkgver = 0.16.2
+ pkgrel = 1
url = https://github.com/albertlauncher
arch = i686
arch = x86_64
@@ -10,16 +10,16 @@ pkgbase = albert-lite
makedepends = git
makedepends = cmake
makedepends = gcc
- makedepends = qt5-svg
makedepends = muparser
- makedepends = python
+ depends = python
+ depends = hicolor-icon-theme
depends = qt5-svg
depends = qt5-x11extras
depends = qt5-charts
depends = libx11
optdepends = muparser: Calculator plugin
conflicts = albert
- source = mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v0.16.1
+ source = mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v0.16.2
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 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')