author | Andrea Scarpino
<andrea@archlinux.org> 2011-08-17 07:49:37 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2011-08-17 07:49:37 UTC |
parent | 413d1eb85acdbfd95fa6165a9a936f2f42e83efd |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 7961347..096241e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,17 +2,17 @@ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libktorrent -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc="A BitTorrent protocol implementation" arch=('i686' 'x86_64') url="http://ktorrent.org" license=('GPL2') depends=('kdelibs') -makedepends=('automoc4' 'cmake' 'boost') -source=("http://ktorrent.org/downloads/4.1.1/${pkgname}-${pkgver}.tar.bz2") +makedepends=('automoc4' 'cmake' 'boost' 'doxygen') +source=("http://ktorrent.org/downloads/4.1.2/${pkgname}-${pkgver}.tar.bz2") options=('libtool') -md5sums=('96de8dd6d6cea4255ce946bb4cd69836') +md5sums=('471b25afc48e195723ac1e264c8a0fc5') build() { cd "${srcdir}"