Date: Friday, May 8, 2020 @ 09:33:52 Author: arojas Revision: 382771 Don't use Release cmake build type
Modified: libkvkontakte/trunk/PKGBUILD ----------+ PKGBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-08 09:32:36 UTC (rev 382770) +++ PKGBUILD 2020-05-08 09:33:52 UTC (rev 382771) @@ -3,7 +3,7 @@ pkgname=libkvkontakte pkgver=5.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="C++ library for asynchronous interaction with VK social network via its web API" arch=(x86_64) url='https://www.digikam.org' @@ -22,9 +22,6 @@ build() { cd build cmake ../$pkgname-$pkgver \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make }
