From 5d64a09b1e18556e5647dd08bdad3b5f1750b865 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 1 Apr 2018 00:02:05 +0000 Subject: [PATCH] extra/cantor to 17.12.3-2 --- extra/cantor/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extra/cantor/PKGBUILD b/extra/cantor/PKGBUILD index 380f68116..abd6911ad 100644 --- a/extra/cantor/PKGBUILD +++ b/extra/cantor/PKGBUILD @@ -8,7 +8,7 @@ pkgname=cantor pkgver=17.12.3 -pkgrel=1 +pkgrel=2 pkgdesc="KDE Frontend to Mathematical Software" url="https://kde.org/applications/education/cantor/" arch=(x86_64) @@ -41,7 +41,6 @@ prepare() { build() { cd build cmake ../$pkgname-$pkgver \ - -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF \