diff --git a/srcpkgs/buildbot-slave/template b/srcpkgs/buildbot-slave/template index 56d7a4a4559..33d3bbb5eba 100644 --- a/srcpkgs/buildbot-slave/template +++ b/srcpkgs/buildbot-slave/template @@ -1,6 +1,6 @@ # Template file for 'buildbot-slave' pkgname=buildbot-slave -version=0.8.7p1 +version=0.8.8 revision=1 build_style=python-module makedepends="python Twisted" @@ -9,7 +9,7 @@ maintainer="Juan RP " homepage="http://trac.buildbot.net/" license="GPL-2" distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz" -checksum=bbdb07a3847efa186f942142a09394b467d7375745c49da0a42e9aa5b206eadc +checksum=8b7532d4d34527aea41e353d1bc3c35291ec335d3224c27800d2cc0cfc9837cc 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 @@ -31,6 +31,6 @@ buildbot-slave_package() { pycompile_module="buildslave" depends="${makedepends}" pkg_install() { - vmove usr + vmove all } }