summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvgeniy Alekseev2023-08-18 13:47:53 +0300
committerEvgeniy Alekseev2023-08-18 13:47:53 +0300
commitc1ca947c899285c1efbe35ad98c4159814c6b2c1 (patch)
tree5b02bd8c8a2481c2714ee544dc9c90c29f0092f9 /PKGBUILD
parentc427247b70df24e824fcfb8b643b84f5e3114cf4 (diff)
downloadaur-c1ca947c899285c1efbe35ad98c4159814c6b2c1.tar.gz
albert 0.22.3-2: mark qml as hard deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08ae28673def..cb551a6e6f77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=albert
pkgver=0.22.3
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated standalone keyboard launcher"
arch=('x86_64')
url="https://github.com/albertlauncher"
license=('GPL')
-depends=('hicolor-icon-theme' 'qt6-scxml' 'qt6-svg')
-makedepends=('cmake' 'git' 'libqalculate' 'muparser' 'pybind11' 'python' 'qt6-declarative')
+depends=('hicolor-icon-theme' 'qt6-5compat' 'qt6-declarative' 'qt6-scxml' 'qt6-shadertools' 'qt6-svg')
+makedepends=('cmake' 'git' 'libqalculate' 'muparser' 'pybind11' 'python')
optdepends=('ddgr: duckduckgo search plugin'
'libarchive: documentation plugin'
'libqalculate: calculator plugin'
@@ -20,10 +20,7 @@ optdepends=('ddgr: duckduckgo search plugin'
'python-googletrans: google translate plugin'
'python-pylatexenc: TeX plugin'
'python-urllib3: python web plugins'
- 'python-virtualbox: virtualbox plugin'
- 'qt6-declarative: qml widget box plugin'
- 'qt6-5compat: qml widget box plugin'
- 'qt6-shadertools: qml widget box plugin')
+ 'python-virtualbox: virtualbox plugin')
source=("mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v${pkgver}"
"mirrors/plugins::git+https://github.com/albertlauncher/plugins.git"
"mirrors/python::git+https://github.com/albertlauncher/python.git"