summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2020-06-21 19:45:38 +0100
committerJoão Figueiredo2020-06-21 19:45:38 +0100
commitfa1d1e65222be2ed9ed305f31eeee090254fc881 (patch)
tree02ec521757e01482a2cbe07c795c3e17ba06ca22
parentb44c7689f7049518c0b8173674c3a0e22eb0c84d (diff)
downloadaur-fa1d1e65222be2ed9ed305f31eeee090254fc881.tar.gz
Faster compiling
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8138b861649a..72972a991315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kactivities-git
pkgdesc = Core components for the KDE's Activities
- pkgver = v5.70.0.r5.g82a8883
+ pkgver = v5.71.0.r1.g699fbc5
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8ef7c553757e..03ec8c04a30d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer:
+# Maintainer: João Figueiredo <jf dot mundox at gmail dot com>
# Contributor: Felix Golatofski <contact@xdfr.de>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
_pkgname=kactivities
pkgname=$_pkgname-git
-pkgver=v5.70.0.r5.g82a8883
+pkgver=v5.71.0.r1.g699fbc5
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Core components for the KDE's Activities"
@@ -34,7 +34,7 @@ build() {
cmake ../ \
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON
- make
+ make -j$(($(nproc) + 1))
}
package() {