Date: Thursday, August 31, 2017 @ 16:54:33
  Author: arojas
Revision: 304394

Update to 5.1.0

Modified:
  ktorrent/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-31 15:01:43 UTC (rev 304393)
+++ PKGBUILD    2017-08-31 16:54:33 UTC (rev 304394)
@@ -4,17 +4,20 @@
 # Contributor: Georg Grabler <[email protected]>
 
 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 
<[email protected]>
 
 prepare() {
   mkdir -p build
@@ -31,5 +34,5 @@
 
 package() {
        cd build
-       make DESTDIR="${pkgdir}" install
+       make DESTDIR="$pkgdir" install
 }

Reply via email to