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

Antonio Rojas arojas at archlinux.org
Sun Apr 23 10:50:25 UTC 2017


    Date: Sunday, April 23, 2017 @ 10:50:24
  Author: arojas
Revision: 294260

Add qca dependency explicitely, not pulled by kdelibs anymore

Modified:
  libktorrent4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-23 10:16:32 UTC (rev 294259)
+++ PKGBUILD	2017-04-23 10:50:24 UTC (rev 294260)
@@ -5,16 +5,16 @@
 
 pkgname=libktorrent4
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A BitTorrent protocol implementation - KDE4 version"
 arch=(i686 x86_64)
-url="http://ktorrent.pwsp.net/"
+url="https://ktorrent.org/"
 license=(GPL2)
-depends=(kdelibs)
+depends=(kdelibs qca-qt4)
 makedepends=(automoc4 cmake boost doxygen)
 conflicts=(libktorrent)
-source=("http://ktorrent.pwsp.net/downloads/4.3.1/${pkgname%4}-${pkgver}.tar.bz2")
-sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+source=("http://ftp.netbsd.org/pub/pkgsrc/distfiles/libktorrent-$pkgver.tar.bz2")
+sha256sums=('2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list