author | Andrea Scarpino
<andrea@archlinux.org> 2012-03-06 21:05:13 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2012-03-06 21:05:13 UTC |
parent | 3f058423b03998b651ffa931abf72abb353e409b |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index f3e14bb..3912645 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,16 +2,16 @@ # 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') -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}"