summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Anhuth2017-12-20 08:12:05 +0100
committerOliver Anhuth2017-12-20 08:12:05 +0100
commit41e0395231e16a068a5ced109ac43f6f9bfd1a3d (patch)
tree680bd9121013fe5370b6448beb12fb042ce7f21e /PKGBUILD
parented1e69dc423679eab273392da12b89932605348d (diff)
downloadaur-41e0395231e16a068a5ced109ac43f6f9bfd1a3d.tar.gz
0.14.14-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18cb96e90912..183ada6a68dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Manuel Schneider <manuelschneid3r at googles mail>
pkgname=albert-lite
pkgver=0.14.14
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated standalone keyboard launcher. Without QML and VirtualBox dependencies"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/albertlauncher"
@@ -85,7 +85,7 @@ build() {
-DBUILD_TEMPLATE=OFF \
-DBUILD_TERMINAL=ON \
-DBUILD_VIRTUALBOX=OFF
- VERBOSE=1 make -j $((`nproc`+1))
+ make
}