author | Antonio Rojas
<arojas@archlinux.org> 2019-09-01 20:37:53 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-09-01 20:37:53 UTC |
parent | 1b79ed665b408f13662e1dd1856d5cd19ea868f3 |
PKGBUILD | +4 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index c949a8e..06976d9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=libktorrent -pkgver=2.1 -_ktorrentver=5.1 +pkgver=2.1.1 +_ktorrentver=5.1.2 pkgrel=1 pkgdesc="A BitTorrent protocol implementation" arch=(x86_64) @@ -13,7 +13,7 @@ license=(GPL2) depends=(kio qca-qt5) makedepends=(extra-cmake-modules boost doxygen) source=("https://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('3eefdcceec73410c558e82d7be22eb2ed18679e9ab64f34cc100b54e186fe26f' +sha256sums=('5cc45c0b50a1b6b2ce64ad0384128f4ac3bc0e4a1417eb58e5e992b510fca100' 'SKIP') validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius@stikonas.eu> @@ -23,10 +23,7 @@ prepare() { build() { cd build - cmake ../$pkgname-$pkgver \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDE_INSTALL_LIBDIR=lib + cmake ../$pkgname-$pkgver make }