diff options
author | Arn0 <yth@ythogtha.org> | 2023-03-06 11:00:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:12 +0700 |
commit | db98fbca20c211301da6307776d0f16049cdeb90 (patch) | |
tree | 4e63ff52b72679745b86c2c4d52e8814a4ac8b26 /python/buildbot/buildbot.SlackBuild | |
parent | 7a2039dc145dddaf8658866e311b8d83a3411729 (diff) |
python/buildbot: Updated for version 3.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/buildbot/buildbot.SlackBuild')
-rw-r--r-- | python/buildbot/buildbot.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/buildbot/buildbot.SlackBuild b/python/buildbot/buildbot.SlackBuild index 97e3dff3ebdfe..bb7834a58a064 100644 --- a/python/buildbot/buildbot.SlackBuild +++ b/python/buildbot/buildbot.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=buildbot SRCNAM=${PRGNAM#python-*} # "pkg" stays first PACKAGES="pkg www console-view grid-view waterfall-view wsgi-dashboards" -VERSION=${VERSION:-3.6.1} +VERSION=${VERSION:-3.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -110,6 +110,8 @@ cp -a \ docs/ COPYING* NEWS* PKG-INFO* README* UPGRADING* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +# No executable files on doc +find -L $PKG/usr/doc/ -type f -exec chmod 644 {} \; mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |