summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Anhuth2017-12-20 08:12:05 +0100
committerOliver Anhuth2017-12-20 08:12:05 +0100
commit41e0395231e16a068a5ced109ac43f6f9bfd1a3d (patch)
tree680bd9121013fe5370b6448beb12fb042ce7f21e
parented1e69dc423679eab273392da12b89932605348d (diff)
downloadaur-41e0395231e16a068a5ced109ac43f6f9bfd1a3d.tar.gz
0.14.14-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7fb82f61c5b..7e4022a467bb 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.14.14
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/albertlauncher
arch = i686
arch = x86_64
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
}