author | Antonio Rojas
<arojas@archlinux.org> 2019-09-01 20:42:01 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-09-01 20:42:01 UTC |
parent | 6be0d4aad35e9d0dee32e83dfa9ba4fb201fa14a |
PKGBUILD | +4 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index b509bc5..f22cfca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Georg Grabler <ggrabler@gmail.com> pkgname=ktorrent -pkgver=5.1.1 -pkgrel=2 +pkgver=5.1.2 +pkgrel=1 pkgdesc="A powerful BitTorrent client for KDE" arch=(x86_64) url='https://www.kde.org/applications/internet/ktorrent/' @@ -13,8 +13,8 @@ depends=(libktorrent kcmutils knotifyconfig kross) makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd taglib syndication kplotting kdewebkit geoip) optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 'taglib: mediaplayer plugin' 'geoip: info widget plugin' 'syndication: syndication plugin' 'kdewebkit: search plugin, syndication plugin' 'kplotting: statistics plugin') -source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('b54149cf1dd3ed59cb7be54c326469a64e152f39f2d7db01de9fdd6b2ce3562a' +source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('641427a3d6ecb18b0b28c1cc2ec3ba54612abf684df5e10e6c953cd7af058d4f' 'SKIP') validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius@stikonas.eu> @@ -25,8 +25,6 @@ prepare() { build() { cd build cmake ../$pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ -DWITH_SYSTEM_GEOIP=ON make }