summaryrefslogtreecommitdiff
path: root/libre/akonadi-contacts/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/akonadi-contacts/PKGBUILD')
-rw-r--r--libre/akonadi-contacts/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/akonadi-contacts/PKGBUILD b/libre/akonadi-contacts/PKGBUILD
index e1b1cb00d..5eeb555b8 100644
--- a/libre/akonadi-contacts/PKGBUILD
+++ b/libre/akonadi-contacts/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=akonadi-contacts
pkgver=17.08.2
-pkgrel=1.parabola1
+pkgrel=1.parabola2
pkgdesc="Libraries and daemons to implement Contact Management in Akonadi, without nonfree qt5-webengine support"
arch=(i686 x86_64 armv7h)
url="https://community.kde.org/KDE_PIM"
@@ -36,7 +36,7 @@ build() {
cmake ../$pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
}