ktorrent: removed cmake_kf5 command

This commit is contained in:
Francesco Marinucci 2018-12-03 17:54:01 +01:00
parent 33382f8a5a
commit 2aa47e7c7d

View File

@ -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
}