git » ktorrent.git » commit a85c4a0

Update to 5.1.0

author Antonio Rojas
2017-08-31 16:54:33 UTC
committer Antonio Rojas
2017-08-31 16:54:33 UTC
parent 0433c9285b6496df706f4f5e699b0d3155b7270b

Update to 5.1.0

PKGBUILD +13 -10

diff --git a/PKGBUILD b/PKGBUILD
index 829acbd..371a73b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,20 @@
 # Contributor: Georg Grabler <ggrabler@gmail.com>
 
 pkgname=ktorrent
-pkgver=5.0.1
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://ktorrent.pwsp.net/'
-license=('GPL2')
-depends=('libktorrent' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 'kross')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 'plasma-workspace' 'kdnssd' 'taglib')
-optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 'taglib: mediaplayer plugin')
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha1sums=('0f20f529ed08a7d13008945e961c637352aa43b6')
+license=(GPL2)
+depends=(libktorrent kdelibs4support kcmutils knotifyconfig kross)
+makedepends=(extra-cmake-modules python 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})
+sha256sums=('3c57882f78006dcec3c5fb243479e995cc541e51e6acded5bf98a09900c486a3'
+            'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius@stikonas.eu>
 
 prepare() {
   mkdir -p build
@@ -30,5 +33,5 @@ build() {
 
 package() {
 	cd build
-	make DESTDIR="${pkgdir}" install
+	make DESTDIR="$pkgdir" install
 }