Date: Friday, August 31, 2018 @ 08:53:05 Author: arojas Revision: 333158
Update to 5.1.1 Modified: ktorrent/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-31 08:36:15 UTC (rev 333157) +++ PKGBUILD 2018-08-31 08:53:05 UTC (rev 333158) @@ -4,8 +4,8 @@ # Contributor: Georg Grabler <[email protected]> pkgname=ktorrent -pkgver=5.1.0 -pkgrel=3 +pkgver=5.1.1 +pkgrel=1 pkgdesc="A powerful BitTorrent client for KDE" arch=(x86_64) url='https://www.kde.org/applications/internet/ktorrent/' @@ -14,24 +14,13 @@ makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd taglib kde-syndication kplotting kdewebkit) optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 'taglib: mediaplayer plugin' 'kde-syndication: syndication plugin' 'kdewebkit: search plugin, syndication plugin' 'kplotting: statistics plugin') -source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig} - ktorrent-qt5.11.patch::"https://cgit.kde.org/ktorrent.git/patch/?id=16691987" - ktorrent-qt5.11b.patch::"https://cgit.kde.org/ktorrent.git/patch/?id=c66233cd" - ktorrent-qt5.11c.patch::"https://cgit.kde.org/ktorrent.git/patch/?id=672c5076") -sha256sums=('3c57882f78006dcec3c5fb243479e995cc541e51e6acded5bf98a09900c486a3' - 'SKIP' - '653d4665807e007ab1d64217e4ca3ec1c94eca912e09b5b7616fa0fdc76a5423' - 'ea4372920e7741d6accde2a9127761c801eb2548d3e262e0da799742e542a61e' - '9e63246e5a975f22dfd9cc2aae41153c676a1420daffd1de0a2e6c6a39d2fb82') +source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('b54149cf1dd3ed59cb7be54c326469a64e152f39f2d7db01de9fdd6b2ce3562a' + 'SKIP') validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <[email protected]> prepare() { mkdir -p build - - cd $pkgname-$pkgver - patch -p1 -i ../ktorrent-qt5.11.patch # Fix build with Qt 5.11 - patch -p1 -i ../ktorrent-qt5.11b.patch - patch -p1 -i ../ktorrent-qt5.11c.patch } build() {
