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

Jan Steffens heftig at nymeria.archlinux.org
Sun Aug 25 07:58:37 UTC 2013


    Date: Sunday, August 25, 2013 @ 09:58:37
  Author: heftig
Revision: 193599

try to fix twisted, again. FS#36413

Modified:
  deluge/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-25 07:07:14 UTC (rev 193598)
+++ PKGBUILD	2013-08-25 07:58:37 UTC (rev 193599)
@@ -5,7 +5,7 @@
 
 pkgname=deluge
 pkgver=1.3.6
-pkgrel=2
+pkgrel=3
 _commit=06ee112
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server model"
 arch=('any')
@@ -21,11 +21,18 @@
             'python2-mako: needed for web ui')
 install=deluge.install
 source=(http://git.deluge-torrent.org/deluge/snapshot/$pkgname-$_commit.tar.bz2
-        deluged.service deluge-web.service)
+        deluged.service deluge-web.service
+        0001-Fix-twisted-13.1-compat.patch)
 md5sums=('c7bd73523b1f6cb6b45d07114985f311'
          '17f51ac9a90f0dc41a20291444a7489b'
-         '2a73f62c04e8b147c731fbb50666e846')
+         '2a73f62c04e8b147c731fbb50666e846'
+         '1caad4531b400e8a8738b93ac6bafb62')
 
+prepare() {
+  cd $pkgname-$_commit
+  patch -Np1 -i ../0001-Fix-twisted-13.1-compat.patch
+}
+
 build() {
   cd $pkgname-$_commit
   python2 setup.py build




More information about the arch-commits mailing list