[arch-commits] Commit in buildbot/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Jun 7 13:32:31 UTC 2020


    Date: Sunday, June 7, 2020 @ 13:32:31
  Author: yan12125
Revision: 640044

upgpkg: buildbot 2.8.1-1; along with some minor style fixes

Modified:
  buildbot/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 13:31:48 UTC (rev 640043)
+++ PKGBUILD	2020-06-07 13:32:31 UTC (rev 640044)
@@ -8,7 +8,7 @@
          python-buildbot-www python-buildbot-waterfall-view
          python-buildbot-console-view python-buildbot-grid-view
          python-buildbot-wsgi-dashboards python-buildbot-badges)
-pkgver=2.8.0
+pkgver=2.8.1
 _bb_contrib_commit=ada3c8f30ca7e1b6bb260e2e5971053fbd254333
 pkgrel=1
 arch=(any)
@@ -27,7 +27,7 @@
 source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.asc}
         "git+https://github.com/buildbot/buildbot-contrib.git#commit=$_bb_contrib_commit"
         "reproducible-html.diff")
-sha256sums=('8c7e475550d5f608b23c3e5a56db7d865da977ec4c71a14213c04c10f6f1e26b'
+sha256sums=('0777e49da3e4b710e4eb871c25e2a6fcfdc232db32f221c5257d87998b5bd153'
             'SKIP'
             'SKIP'
             'b921d29994eff3af134ca1b37acf291a6a95f5da35a2a4f885557adcca22f864')
@@ -59,15 +59,15 @@
   cd "$srcdir"/buildbot-$pkgver/pkg
   python setup.py egg_info
 
-  #################### buildbot ####################
+  #################### buildbot ########################
   cd "$srcdir"/buildbot-$pkgver/master
   python setup.py build
 
-  #################### buildbot-worker ####################
+  ################## buildbot-worker ###################
   cd "$srcdir"/buildbot-$pkgver/worker
   python setup.py build
 
-  #################### buildbot-www ####################
+  ################### buildbot-www #####################
   cd "$srcdir"/buildbot-$pkgver
 
   # HACK: use system packages instead of ones via pip
@@ -80,7 +80,7 @@
     python setup.py build
   done
 
-  #################### buildbot-docs ####################
+  ################### buildbot-docs ####################
   cd "$srcdir/buildbot-$pkgver"
   make docs
 }



More information about the arch-commits mailing list