From 8049c7eccfe6cb2a91dd28c02ba0b9dbb2959f19 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 11 Apr 2018 00:07:25 +0000 Subject: [PATCH] community/clementine to 1.3.1-15 --- community/clementine/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community/clementine/PKGBUILD b/community/clementine/PKGBUILD index 0b4d3eb82..b2258dd2a 100644 --- a/community/clementine/PKGBUILD +++ b/community/clementine/PKGBUILD @@ -9,7 +9,7 @@ pkgname=clementine pkgver=1.3.1 -pkgrel=14 +pkgrel=15 pkgdesc='A modern music player and library organizer' url='http://www.clementine-player.org/' license=('GPL') @@ -60,7 +60,6 @@ build() { cd Clementine-${pkgver}/build cmake .. \ - -DCMAKE_BUILD_TYPE='Release' \ -DCMAKE_INSTALL_PREFIX='/usr' make }