From 89ad254af4d864367c1e78d04e5aab1bba34eaa1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 17 Sep 2013 10:24:59 +0200 Subject: [PATCH] buildbot: update to 0.8.8. --- srcpkgs/buildbot/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/buildbot/template b/srcpkgs/buildbot/template index e82d2d8514..d82bff0ccf 100644 --- a/srcpkgs/buildbot/template +++ b/srcpkgs/buildbot/template @@ -1,6 +1,6 @@ # Template file for 'buildbot' pkgname=buildbot -version=0.8.7p1 +version=0.8.8 revision=1 build_style=python-module makedepends="python python-jinja sqlalchemy-migrate python-simplejson 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=8dee3f887bce55a7f7cf01e6c421a2511898c2f89f55f202f5193a100a9a5776 +checksum=5013e3f3d83d2fcac8b5c391e3a740597330015300f0ebb94005ed2f90d739d0 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 @@ -36,6 +36,6 @@ buildbot_package() { pycompile_module="buildbot" depends="${makedepends}" pkg_install() { - vmove usr + vmove all } }