summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Schneider2017-09-29 00:45:56 +0200
committerManuel Schneider2017-09-29 00:45:56 +0200
commit2883c251001f5d51f13dcd75697d243cd5a19078 (patch)
tree2e8bd998b62a62a69d2ac68071a97613ea54fcfb
parent14c92477bf2b0405e1eacfca782aff98b35a7ff2 (diff)
downloadaur-2883c251001f5d51f13dcd75697d243cd5a19078.tar.gz
add mu and vbox back to make depends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a74715625031..cbe15b86ecc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Sep 28 22:30:38 UTC 2017
+# Thu Sep 28 22:45:26 UTC 2017
pkgbase = albert
pkgdesc = A DE agnostic omnilauncher.
pkgver = 0.13.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/albertlauncher/albert
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
+ makedepends = gcc
makedepends = qt5-base
- makedepends = qt5-tools
+ makedepends = virtualbox-sdk
+ makedepends = muparser
depends = qt5-base
depends = libx11
depends = qt5-x11extras
diff --git a/PKGBUILD b/PKGBUILD
index 0fe1a1aa85b3..1076158d20c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Manuel Schneider <manuelschneid3r at googles mail>
pkgname=albert
pkgver=0.13.0
-pkgrel=4
+pkgrel=5
pkgdesc="A DE agnostic omnilauncher."
arch=('i686' 'x86_64')
url="https://github.com/albertlauncher/albert"
license=('GPL')
depends=('qt5-base' 'libx11' 'qt5-x11extras' 'qt5-svg')
-makedepends=('cmake' 'qt5-base' 'qt5-tools')
+makedepends=('cmake' 'gcc' 'qt5-base' 'virtualbox-sdk' 'muparser')
optdepends=('virtualbox: VirtualBox plugin'
'muparser: Calculator plugin')
provides=('albert')