buildbot: update to 0.8.8.

This commit is contained in:
Juan RP 2013-09-17 10:24:59 +02:00
parent 4ad37a144e
commit 89ad254af4

View file

@ -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 <xtraeme@gmail.com>"
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
}
}