diff options
Diffstat (limited to 'extra/libktorrent/PKGBUILD')
-rw-r--r-- | extra/libktorrent/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libktorrent/PKGBUILD b/extra/libktorrent/PKGBUILD index 40ef899b5..0578aac11 100644 --- a/extra/libktorrent/PKGBUILD +++ b/extra/libktorrent/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 143235 2011-11-23 19:29:05Z andrea $ +# $Id: PKGBUILD 152452 2012-03-07 14:52:08Z andrea $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libktorrent -pkgver=1.1.3 +pkgver=1.2.0 pkgrel=1 pkgdesc="A BitTorrent protocol implementation" arch=('i686' 'x86_64' 'mips64el') -url="http://ktorrent.org" +url="http://ktorrent.org/" license=('GPL2') depends=('kdelibs') makedepends=('automoc4' 'cmake' 'boost' 'doxygen') -source=("http://ktorrent.org/downloads/4.1.3/${pkgname}-${pkgver}.tar.bz2") -md5sums=('665b6139ab68b83c6465509e29e839e0') +source=("http://ktorrent.org/downloads/4.2.0/${pkgname}-${pkgver}.tar.bz2") +md5sums=('3bd38fc221fe2177dd17b14e2baf60c0') build() { cd "${srcdir}" |