diff --git a/srcpkgs/buildbot-slave/template b/srcpkgs/buildbot-slave/template index 3e8bd8ee560..c807e485231 100644 --- a/srcpkgs/buildbot-slave/template +++ b/srcpkgs/buildbot-slave/template @@ -1,17 +1,15 @@ # Template file for 'buildbot-slave' pkgname=buildbot-slave -version=0.8.6p1 -revision=2 -noarch=yes +version=0.8.7 +revision=1 build_style=python-module fulldepends="python Twisted" -pycompile_module="buildslave" short_desc="BuildBot Slave Daemon" maintainer="Juan RP " homepage="http://trac.buildbot.net/" license="GPL-2" distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz" -checksum=43e6f94a7c37e103af755bc4f9b2ede945cf3c4247b22f595c5ab1c21ccf092f +checksum=fd5436bf3686afb2e4e826fa0a3204f7e40c4e0863815989ecf7495a8b361236 long_desc=" The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and @@ -28,6 +26,5 @@ long_desc=" This package contains only the buildslave implementation. The buildbot master is available in the buildbot package." -pre_install() { - sed -i -e "s|usr/bin/tail|bin/tail|g" buildslave/scripts/logwatcher.py -} +noarch=yes +pycompile_module="buildslave"