buildbot: update to 0.8.8.
This commit is contained in:
parent
4ad37a144e
commit
89ad254af4
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'buildbot'
|
# Template file for 'buildbot'
|
||||||
pkgname=buildbot
|
pkgname=buildbot
|
||||||
version=0.8.7p1
|
version=0.8.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
makedepends="python python-jinja sqlalchemy-migrate python-simplejson Twisted"
|
makedepends="python python-jinja sqlalchemy-migrate python-simplejson Twisted"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://trac.buildbot.net/"
|
homepage="http://trac.buildbot.net/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
|
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||||
checksum=8dee3f887bce55a7f7cf01e6c421a2511898c2f89f55f202f5193a100a9a5776
|
checksum=5013e3f3d83d2fcac8b5c391e3a740597330015300f0ebb94005ed2f90d739d0
|
||||||
long_desc="
|
long_desc="
|
||||||
The BuildBot is a system to automate the compile/test cycle required by most
|
The BuildBot is a system to automate the compile/test cycle required by most
|
||||||
software projects to validate code changes. By automatically rebuilding and
|
software projects to validate code changes. By automatically rebuilding and
|
||||||
|
@ -36,6 +36,6 @@ buildbot_package() {
|
||||||
pycompile_module="buildbot"
|
pycompile_module="buildbot"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue