From 2aa47e7c7d7d0f547811e67ff32438ecae6f0b55 Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Mon, 3 Dec 2018 17:54:01 +0100 Subject: [PATCH] ktorrent: removed cmake_kf5 command --- ktorrent/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ktorrent/PKGBUILD b/ktorrent/PKGBUILD index 1fc05ad8c..c7b3dc44d 100644 --- a/ktorrent/PKGBUILD +++ b/ktorrent/PKGBUILD @@ -3,7 +3,7 @@ source ../kdeapps.conf pkgname=ktorrent pkgver=5.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A powerful BitTorrent client for KDE" arch=('x86_64') url='https://www.kde.org/applications/internet/ktorrent/' @@ -25,7 +25,7 @@ prepare() { build() { cd build - cmake_kf5 ../${pkgname}-${pkgver} + cmake ../${pkgname}-${pkgver} make }