Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- PKGBUILD	2013-03-01 11:16:15.040090907 +0200
+++ PKGBUILD~	2013-02-01 08:27:11.000000000 +0200
@@ -4,7 +4,7 @@
 # Contributor: Estevao Valadao <estevao@archlinux-br.org>
 
 pkgname=wingide
-pkgver=4.1.11
+pkgver=4.1.10
 pkgrel=1
 pkgdesc="Wing IDE is the most advanced Python IDE available today."
 url="http://www.wingware.com"
@@ -14,7 +14,7 @@
 source=(http://wingware.com/pub/$pkgname/$pkgver/$pkgname-$pkgver-$pkgrel-$_pkgarch-linux.tar.gz
     $pkgname.desktop)
 options=(!strip)
-md5sums=('317e5f462c1d79f701d1624bff9dcdb3'
+md5sums=('adc68cf3a5d616320e97341657647a29'
          '9b54e2824d79a5ce0823a525a9863790')
 [ "$CARCH" == "i686" ] && md5sums=('af7636bbc05282295331615da1ffa83e'
                                    '9b54e2824d79a5ce0823a525a9863790')
@@ -28,4 +28,4 @@
     install -m644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/
     ln -s /opt/$pkgname/wing $pkgdir/usr/bin/$pkgname
     ln -s /opt/$pkgname/resources/wing128.png $startdir/pkg/usr/share/pixmaps/$pkgname.png
-}
+}