From 051374fedc85801bc60ab5aed340fb53894ce8ad Mon Sep 17 00:00:00 2001
From: Michael Hanson <mihanson@linhes.org>
Date: Tue, 11 Oct 2011 02:09:16 +0000
Subject: mkvtoolnix: upgrade to 5.0.1

---
 abs/extra/mkvtoolnix/PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/abs/extra/mkvtoolnix/PKGBUILD b/abs/extra/mkvtoolnix/PKGBUILD
index 8e0a951..f77ecd6 100644
--- a/abs/extra/mkvtoolnix/PKGBUILD
+++ b/abs/extra/mkvtoolnix/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: 03/08/04 <lefungus@altern.org>
 
 pkgname=mkvtoolnix
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc="Set of tools to create, edit and inspect Matroska files"
 arch=('i686' 'x86_64')
@@ -24,4 +24,4 @@ package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./drake DESTDIR=${pkgdir} install
 }
-md5sums=('8a8d29c3b0eb202bb32ea44c54aeb83b')
+md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
-- 
cgit v0.12


From bf2399e6a12b828a9ba70da2c911edcf88f9d726 Mon Sep 17 00:00:00 2001
From: Michael Hanson <mihanson@linhes.org>
Date: Tue, 11 Oct 2011 02:09:37 +0000
Subject: transmission-cli: upgrade to 2.41

---
 abs/extra/community/transmission-cli/PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/abs/extra/community/transmission-cli/PKGBUILD b/abs/extra/community/transmission-cli/PKGBUILD
index 40053ce..eb3ed9a 100644
--- a/abs/extra/community/transmission-cli/PKGBUILD
+++ b/abs/extra/community/transmission-cli/PKGBUILD
@@ -3,14 +3,14 @@
 # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
 
 pkgname=transmission-cli
-pkgver=2.33
+pkgver=2.41
 pkgrel=1
 pkgdesc="Fast, easy, and free BitTorrent client (CLI tools, daemon and web client)"
 arch=('i686' 'x86_64')
 url="http://www.transmissionbt.com/"
 license=('MIT')
 depends=('curl' 'libevent>=2.0.10')
-makedepends=('intltool')
+makedepends=('intltool' 'libcroco')
 replaces=('transmission')
 backup=('etc/conf.d/transmissiond')
 install=transmission-cli.install
@@ -38,7 +38,7 @@ package() {
   install -D -m644 "$srcdir/transmission.include" "$pkgdir/etc/transmission/transmission.include" || return 1
   install -D -m644 COPYING "$pkgdir/usr/share/licenses/transmission-cli/COPYING" || return 1
 }
-md5sums=('082217a65713ac879410c622cbe6eb26'
+md5sums=('799b7bb24e236dbbdc86275f89ea9e67'
          'b91534aaf2e403331c611c615ab2c03d'
          'ff22c13dbd52565f9e88b1de22514eb9'
          'b5a49ea375333cd0fee40f70dbac4c2e'
-- 
cgit v0.12


From 7177d96f8ee72a4f97cd7c927fffad2927030328 Mon Sep 17 00:00:00 2001
From: Michael Hanson <mihanson@linhes.org>
Date: Tue, 11 Oct 2011 02:15:11 +0000
Subject: transmission-cli: fix the run file - thx to Frederic Dumas

---
 abs/extra/community/transmission-cli/PKGBUILD          | 4 ++--
 abs/extra/community/transmission-cli/run.transmissiond | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/abs/extra/community/transmission-cli/PKGBUILD b/abs/extra/community/transmission-cli/PKGBUILD
index eb3ed9a..09609f9 100644
--- a/abs/extra/community/transmission-cli/PKGBUILD
+++ b/abs/extra/community/transmission-cli/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=transmission-cli
 pkgver=2.41
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, easy, and free BitTorrent client (CLI tools, daemon and web client)"
 arch=('i686' 'x86_64')
 url="http://www.transmissionbt.com/"
@@ -39,7 +39,7 @@ package() {
   install -D -m644 COPYING "$pkgdir/usr/share/licenses/transmission-cli/COPYING" || return 1
 }
 md5sums=('799b7bb24e236dbbdc86275f89ea9e67'
-         'b91534aaf2e403331c611c615ab2c03d'
+         'e876d24b99c401f782395b053976dffd'
          'ff22c13dbd52565f9e88b1de22514eb9'
          'b5a49ea375333cd0fee40f70dbac4c2e'
          'd05567c7a4f9df9f28602d1356d5c05c')
diff --git a/abs/extra/community/transmission-cli/run.transmissiond b/abs/extra/community/transmission-cli/run.transmissiond
index 714c946..792594a 100755
--- a/abs/extra/community/transmission-cli/run.transmissiond
+++ b/abs/extra/community/transmission-cli/run.transmissiond
@@ -13,7 +13,7 @@ PID=`pidof -o %PPID /usr/bin/transmission-daemon`
              if [ ! -f ${CONFIGDIR}/blocklists/level1 ]; then
                 # update blocklist
                # echo "updating blocklist, ~4MB"
-                wget -q -O level1.gz http://download.m0k.org/transmission/files/level1.gz
+                wget -q -O level1.gz http://www.bluetack.co.uk/config/level1.gz
                 if [ -f level1.gz ]; then
                   gunzip level1.gz
                   if [ $? -eq 0 ]; then
-- 
cgit v0.12


From 33b16078be993273a17490689c32a32d88ecb14a Mon Sep 17 00:00:00 2001
From: Michael Hanson <mihanson@linhes.org>
Date: Wed, 12 Oct 2011 01:40:10 +0000
Subject: twisted: compile against python2.6 Ref #785

---
 abs/extra/community/twisted/PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/abs/extra/community/twisted/PKGBUILD b/abs/extra/community/twisted/PKGBUILD
index e008e92..c197c57 100644
--- a/abs/extra/community/twisted/PKGBUILD
+++ b/abs/extra/community/twisted/PKGBUILD
@@ -5,7 +5,7 @@
 
 pkgname=twisted
 pkgver=10.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Asynchronous networking framework written in Python."
 arch=('i686' 'x86_64')
 url="http://twistedmatrix.com/"
@@ -23,7 +23,7 @@ build() {
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
 
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-      -i ${pkgdir}/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py
+      -i ${pkgdir}/usr/lib/python2.6/site-packages/twisted/trial/test/scripttest.py
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-      -i ${pkgdir}/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py
+      -i ${pkgdir}/usr/lib/python2.6/site-packages/twisted/mail/test/pop3testserver.py
 }
-- 
cgit v0.12


From 12508fdd46f0e5131fb35a46a847ab814220cd8b Mon Sep 17 00:00:00 2001
From: Michael Hanson <mihanson@linhes.org>
Date: Wed, 12 Oct 2011 01:44:32 +0000
Subject: twisted: missed a python2.7 reference in the install file.

---
 abs/extra/community/twisted/PKGBUILD        | 2 +-
 abs/extra/community/twisted/twisted.install | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/abs/extra/community/twisted/PKGBUILD b/abs/extra/community/twisted/PKGBUILD
index c197c57..13fca6b 100644
--- a/abs/extra/community/twisted/PKGBUILD
+++ b/abs/extra/community/twisted/PKGBUILD
@@ -5,7 +5,7 @@
 
 pkgname=twisted
 pkgver=10.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Asynchronous networking framework written in Python."
 arch=('i686' 'x86_64')
 url="http://twistedmatrix.com/"
diff --git a/abs/extra/community/twisted/twisted.install b/abs/extra/community/twisted/twisted.install
index 8e93ffd..62a2cc5 100644
--- a/abs/extra/community/twisted/twisted.install
+++ b/abs/extra/community/twisted/twisted.install
@@ -7,5 +7,5 @@ post_upgrade() {
 }
 
 post_remove() {
-  find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f
+  find /usr/lib/python2.6/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f
 }
-- 
cgit v0.12