diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-27 00:07:33 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-27 00:07:33 (GMT) |
commit | 1a6124cb104a20ab7ef09c4fb5d05928352c0f17 (patch) | |
tree | 4fb82e535a6594facdf32e43c23e0371c50d5117 | |
parent | 1c11ba45359e7a99cc923e084d790e668babd605 (diff) | |
download | linhes_pkgbuild-1a6124cb104a20ab7ef09c4fb5d05928352c0f17.zip linhes_pkgbuild-1a6124cb104a20ab7ef09c4fb5d05928352c0f17.tar.gz linhes_pkgbuild-1a6124cb104a20ab7ef09c4fb5d05928352c0f17.tar.bz2 |
deluge: update to 1.2.2
closes #506
-rw-r--r-- | abs/extra-testing/community/deluge/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/community/deluge/PKGBUILD b/abs/extra-testing/community/deluge/PKGBUILD index 6a1a971..8238baa 100644 --- a/abs/extra-testing/community/deluge/PKGBUILD +++ b/abs/extra-testing/community/deluge/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Hugo Doria <hugo@archlinux.org> pkgname=deluge -pkgver=1.1.2 +pkgver=1.2.2 pkgrel=1 pkgdesc="A bittorrent client written with python and pygtk" arch=('i686' 'x86_64') @@ -11,8 +11,7 @@ license=('GPL3') depends=('pygtk' 'boost>=1.37.0' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools') makedepends=('subversion' 'intltool') options=('!emptydirs') -source=(http://download.deluge-torrent.org/source/${pkgver}/${pkgname}-${pkgver}.tar.gz) -md5sums=('c9d56e266e5cb3024f2dbd72c952e182') +source=(http://download.deluge-torrent.org/source/${pkgname}-${pkgver}.tar.gz) build() { @@ -23,3 +22,4 @@ build() { install -D -m644 deluge/data/pixmaps/deluge.svg ${pkgdir}/usr/share/pixmaps/deluge.svg } +md5sums=('5165c6113efa75e2be0310976ce55e43') |