diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-10-13 08:53:28 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-10-13 08:53:28 +0200 |
commit | 438abcf018d04e6de66034228e0a66e97b56dadf (patch) | |
tree | 2fadfd1fa06993ae54bfeb743cca9dac7f577f6d | |
parent | 1cb02feecdbc510bd01bd5144e75d72982d7403a (diff) | |
download | abslibre-438abcf018d04e6de66034228e0a66e97b56dadf.tar.gz abslibre-438abcf018d04e6de66034228e0a66e97b56dadf.tar.bz2 abslibre-438abcf018d04e6de66034228e0a66e97b56dadf.zip |
libre/akonadi-contacts: updated to 17.08.2-2
-rw-r--r-- | libre/akonadi-contacts/PKGBUILD | 4 |
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 } |