[arch-commits] Commit in libktorrent/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Aug 31 11:13:43 UTC 2017


    Date: Thursday, August 31, 2017 @ 11:13:42
  Author: arojas
Revision: 304377

Update to 2.1

Modified:
  libktorrent/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-31 11:04:59 UTC (rev 304376)
+++ PKGBUILD	2017-08-31 11:13:42 UTC (rev 304377)
@@ -4,8 +4,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libktorrent
-pkgver=2.0.1
-_ktorrentver=5.0
+pkgver=2.1
+_ktorrentver=5.1
 pkgrel=1
 pkgdesc="A BitTorrent protocol implementation"
 arch=(i686 x86_64)
@@ -13,8 +13,10 @@
 license=(GPL2)
 depends=(kio qca-qt5)
 makedepends=(extra-cmake-modules python boost doxygen)
-source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz")
-sha1sums=('ebf4aedd97741ad534ee272576a4649788209574')
+source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3eefdcceec73410c558e82d7be22eb2ed18679e9ab64f34cc100b54e186fe26f'
+            'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list