Date: Monday, December 13, 2010 @ 06:15:13 Author: andrea Revision: 102932
new snapshot needed by kget Modified: libktorrent/kde-unstable/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-12-13 11:14:50 UTC (rev 102931) +++ PKGBUILD 2010-12-13 11:15:13 UTC (rev 102932) @@ -3,7 +3,7 @@ # Maintainer: Andrea Scarpino <[email protected]> pkgname=libktorrent -pkgver=git20101124 +pkgver=git20101213 pkgrel=1 pkgdesc="A BitTorrent library based on KDE Platform" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ #source=("http://ktorrent.org/downloads/4.0.4/${pkgname}-${pkgver}.tar.bz2") source=("ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2") options=('libtool' 'force') -md5sums=('835fcbe742ba9800b94ca1f3ff68bfd2') +md5sums=('8383ca72e49098e005f99b90613af72d') build() { cd ${srcdir} @@ -30,4 +30,3 @@ cd ${srcdir}/build make DESTDIR=${pkgdir} install } -
