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

Ionut Biru ibiru at archlinux.org
Wed Apr 21 23:03:57 UTC 2010


    Date: Wednesday, April 21, 2010 @ 19:03:56
  Author: ibiru
Revision: 78352

upgpkg: deluge 1.2.3-3
revert FS#19047, the logic is plain wrong

Modified:
  deluge/trunk/PKGBUILD
  deluge/trunk/deluge-web
  deluge/trunk/deluged

------------+
 PKGBUILD   |    6 +++---
 deluge-web |    1 -
 deluged    |    1 -
 3 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-21 16:48:34 UTC (rev 78351)
+++ PKGBUILD	2010-04-21 23:03:56 UTC (rev 78352)
@@ -4,7 +4,7 @@
 
 pkgname=deluge
 pkgver=1.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A bittorrent client written with python and pygtk"
 arch=('i686' 'x86_64')
 url="http://deluge-torrent.org/"
@@ -18,8 +18,8 @@
 source=(http://download.deluge-torrent.org/source/${pkgname}-${pkgver}.tar.bz2 deluged deluged.conf.d deluge-web)
 install=deluge.install
 backup=(etc/conf.d/deluged)
-md5sums=('f1dbc8734c1881b115b98f572e523a4d' 'a873e1935688df487e2f5ca5dda1176d'
-         '332d23fe0d21ce92b494efd73322856c' '0fdce620e4e6ac0e2205509dc8ce99b0')
+md5sums=('f1dbc8734c1881b115b98f572e523a4d' 'a623a074720135dad49708eca17ba03c'
+         '332d23fe0d21ce92b494efd73322856c' 'de148d12ecee40203f0c5517cdf319a4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: deluge-web
===================================================================
--- deluge-web	2010-04-21 16:48:34 UTC (rev 78351)
+++ deluge-web	2010-04-21 23:03:56 UTC (rev 78352)
@@ -11,7 +11,6 @@
   start)
     stat_busy "Starting Deluge WebUI"
     [[ -z $PID ]] && su -l -s /bin/sh -c "/usr/bin/deluge-web -f" $DELUGE_USER
-    sleep 1
     if [ $? -gt 0 ]; then
       stat_fail
     else

Modified: deluged
===================================================================
--- deluged	2010-04-21 16:48:34 UTC (rev 78351)
+++ deluged	2010-04-21 23:03:56 UTC (rev 78352)
@@ -11,7 +11,6 @@
   start)
     stat_busy "Starting Deluge Daemon"
     [[ -z $PID ]] && su -l -s /bin/sh -c "/usr/bin/deluged" $DELUGE_USER
-    sleep 1
     if [ $? -gt 0 ]; then
       stat_fail
     else




More information about the arch-commits mailing list