diff options
Diffstat (limited to 'extra/ktorrent/PKGBUILD')
-rw-r--r-- | extra/ktorrent/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/ktorrent/PKGBUILD b/extra/ktorrent/PKGBUILD index 9aa292207..1bd4fffee 100644 --- a/extra/ktorrent/PKGBUILD +++ b/extra/ktorrent/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 123660 2011-05-12 07:33:28Z ronald $ +# $Id: PKGBUILD 135681 2011-08-17 08:07:39Z andrea $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Travis Willard <travisw@wmpub.ca> # Contributor: Georg Grabler <ggrabler@gmail.com> pkgname=ktorrent -pkgver=4.1.1 -pkgrel=2 +pkgver=4.1.2 +pkgrel=1 pkgdesc="A powerful BitTorrent client for KDE" arch=('i686' 'x86_64') url="http://ktorrent.org" @@ -16,7 +16,7 @@ source=("http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2" 'httpserver.patch') install=${pkgname}.install options=('libtool') -md5sums=('affadf7c7198e5aa430e91ab75800296' +md5sums=('8026d9f75257f2e52ac5ba3ce4720d55' '1f25b94615b0bbfa0457c99fb20de3e6') build() { |