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 }