summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUffe Jakobsen2021-02-18 23:16:28 +0100
committerUffe Jakobsen2021-02-18 23:16:28 +0100
commit4446879223b86fde267839f805528179ba3bd937 (patch)
tree5c09c29544fbd779dff6586713239495f143a0c5 /PKGBUILD
parent0519d9a9cf50a252d0c442f8d6c307a1a9ac8eff (diff)
downloadaur-4446879223b86fde267839f805528179ba3bd937.tar.gz
more minimalization - reduce deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3259471234ad..e7bc2464d0a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=albert-minimal
pkgver=0.17.2
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated standalone keyboard launcher - minimal plugins included"
arch=('x86_64')
url="https://github.com/albertlauncher"
license=('custom')
depends=('qt5-charts' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-svg' 'qt5-x11extras' 'libx11')
-makedepends=( 'cmake' 'git' 'muparser' 'python' 'qt5-declarative' 'qt5-svg' 'virtualbox' 'virtualbox-sdk')
+#makedepends=( 'cmake' 'git' 'muparser' 'python' 'qt5-declarative' 'qt5-svg' 'virtualbox' 'virtualbox-sdk')
+makedepends=( 'cmake' 'git' 'muparser' 'python' 'qt5-declarative' 'qt5-svg')
optdepends=('muparser: Calculator plugin'
'python: Python extension'
#'virtualbox: VirtualBox plugin'