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

Andrea Scarpino andrea at archlinux.org
Wed Mar 16 19:16:25 UTC 2011


    Date: Wednesday, March 16, 2011 @ 15:16:25
  Author: andrea
Revision: 115082

upgpkg: libktorrent 1.1.0-1
upstream release

Modified:
  libktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-16 19:15:06 UTC (rev 115081)
+++ PKGBUILD	2011-03-16 19:16:25 UTC (rev 115082)
@@ -3,7 +3,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libktorrent
-pkgver=1.0.5
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="A BitTorrent library based on KDE Platform"
 arch=('i686' 'x86_64')
@@ -11,15 +11,15 @@
 license=('GPL2')
 depends=('kdelibs')
 makedepends=('automoc4' 'cmake' 'boost')
-source=("http://ktorrent.org/downloads/4.0.5/${pkgname}-${pkgver}-3.tar.bz2")
+source=("http://ktorrent.org/downloads/4.1.0/${pkgname}-${pkgver}.tar.bz2")
 options=('libtool')
-md5sums=('31f0397a28557220ce38fe2c8630826d')
+md5sums=('76d3e58bbf2e4df7e97421e06ebf8fb8')
 
 build() {
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver}-3 \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make




More information about the arch-commits mailing list