buildbot-slave: update to 0.8.8.
This commit is contained in:
parent
89ad254af4
commit
e56c9179a5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'buildbot-slave'
|
# Template file for 'buildbot-slave'
|
||||||
pkgname=buildbot-slave
|
pkgname=buildbot-slave
|
||||||
version=0.8.7p1
|
version=0.8.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
makedepends="python Twisted"
|
makedepends="python 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=bbdb07a3847efa186f942142a09394b467d7375745c49da0a42e9aa5b206eadc
|
checksum=8b7532d4d34527aea41e353d1bc3c35291ec335d3224c27800d2cc0cfc9837cc
|
||||||
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
|
||||||
|
@ -31,6 +31,6 @@ buildbot-slave_package() {
|
||||||
pycompile_module="buildslave"
|
pycompile_module="buildslave"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue