Torchat update
authorHarvie <tomas@mudrunka.cz>
Tue, 11 Jan 2011 03:17:08 +0000 (04:17 +0100)
committerHarvie <tomas@mudrunka.cz>
Tue, 11 Jan 2011 03:18:08 +0000 (04:18 +0100)
torchat/PKGBUILD

index 2d3258dcf19ef637b8ba3371fe5a7f204a776554..e9eb8baa58893b248f11afed0e8c1c1747d22c47 100644 (file)
@@ -2,7 +2,7 @@
 # You can also contact me on http://blog.harvie.cz/
 
 pkgname=torchat
-pkgver=0.9.9.287
+pkgver=0.9.9.425
 pkgrel=3
 pkgdesc="Messenger application on top of the Tor network and it's location hidden services. Nobody will be able to find out where you are, find out what you send/receive, to whom you are sending/receiving from and where are your contacts located. Pidgin-like."
 arch=('any')
@@ -14,14 +14,8 @@ depends=(
        'wxpython'
 )
 
-source=(
-       "http://torchat.googlecode.com/files/${pkgname}-source-${pkgver}.zip"
-       )
-
-md5sums=(
-       'de18fb798664757e222c9f953d9c66a7'
-       )
-
+source=("http://torchat.googlecode.com/files/${pkgname}-source-${pkgver}.zip")
+md5sums=('999c6845a414933c93bbaf2d356b52d0')
 
 build() {
   mkdir -p ${pkgdir}/opt/torchat/
@@ -32,7 +26,7 @@ build() {
 
   mkdir -p ${pkgdir}/usr/bin
        echo '#!/bin/sh
-       /opt/torchat/src/torchat.py $@' > ${pkgdir}/usr/bin/torchat     
+       /usr/bin/python2 /opt/torchat/src/torchat.py $@' > ${pkgdir}/usr/bin/torchat
        chmod -R 655 ${pkgdir}/usr/bin/torchat
 
 
This page took 0.152017 seconds and 4 git commands to generate.