[arch-commits] Commit in deluge/trunk (PKGBUILD)

Hugo Doria hugo at archlinux.org
Wed Dec 17 11:03:07 UTC 2008


    Date: Wednesday, December 17, 2008 @ 06:03:07
  Author: hugo
Revision: 21892

upgpkg: deluge 1.0.7-1

Modified:
  deluge/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-17 02:43:59 UTC (rev 21891)
+++ PKGBUILD	2008-12-17 11:03:07 UTC (rev 21892)
@@ -2,8 +2,8 @@
 # Maintainer: Hugo Doria <hugo at archlinux.org>
 
 pkgname=deluge
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc="A bittorrent client written with python and pygtk"
 arch=('i686' 'x86_64')
 url="http://deluge-torrent.org/"
@@ -11,18 +11,12 @@
 depends=('pygtk' 'boost>=1.36.0' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools')
 makedepends=('subversion' 'intltool')
 options=('!emptydirs')
-source=(http://download.deluge-torrent.org/source/${pkgver}/${pkgname}-${pkgver}.tar.gz shutdown-fix.patch)
-md5sums=('96be98b4e7f8c66ec243e8148b897291' 'f4ef4cebca468e4f85f0c10d843c44a7')
+source=(http://download.deluge-torrent.org/source/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('19f782970aedaa9f53b70699f3ee099a')
 
 build() {
 
   cd ${srcdir}/${pkgname}-${pkgver}/
-
-  # used to fix a problem with deluge shutdown
-  # remove it after 1.0.6 release
-  patch -Np1 -i ${srcdir}/shutdown-fix.patch
-
-  cd ${srcdir}/${pkgname}-${pkgver}/
   python setup.py install --prefix=/usr --root=${pkgdir}
 
   install -D -m644 deluge/data/pixmaps/deluge.svg ${pkgdir}/usr/share/pixmaps/deluge.svg 




More information about the arch-commits mailing list