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

Ronald van Haren ronald at archlinux.org
Mon Jun 18 07:10:12 UTC 2012


    Date: Monday, June 18, 2012 @ 03:10:12
  Author: ronald
Revision: 161991

upgpkg: libktorrent 1.2.1-1

update to 1.2.1

Modified:
  libktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-18 07:02:41 UTC (rev 161990)
+++ PKGBUILD	2012-06-18 07:10:12 UTC (rev 161991)
@@ -3,7 +3,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libktorrent
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A BitTorrent protocol implementation"
 arch=('i686' 'x86_64')
@@ -11,14 +11,14 @@
 license=('GPL2')
 depends=('kdelibs')
 makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=("http://ktorrent.org/downloads/4.2.0/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('3bd38fc221fe2177dd17b14e2baf60c0')
+source=("http://ktorrent.org/downloads/4.2.1/${pkgname}-${pkgver}-2.tar.bz2")
+sha1sums=('857e4227c4bba685755d66581d881f893f6311ae')
 
 build() {
   cd "${srcdir}"
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-${pkgver}-2 \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make




More information about the arch-commits mailing list