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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sun Apr 3 10:19:23 UTC 2022


    Date: Sunday, April 3, 2022 @ 10:19:22
  Author: yan12125
Revision: 1180966

upgpkg: buildbot 3.5.0-2; fix dependencies for buildbot-worker

Add stuffs for the new msgpack over websocket protocol; see
https://github.com/buildbot/buildbot/pull/6323

Modified:
  buildbot/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 10:17:38 UTC (rev 1180965)
+++ PKGBUILD	2022-04-03 10:19:22 UTC (rev 1180966)
@@ -11,7 +11,7 @@
 # https://github.com/buildbot/buildbot/releases
 pkgver=3.5.0
 _bb_contrib_commit=4c8615db51253f0be4bfd08210a3aaf903a74b4f
-pkgrel=1
+pkgrel=2
 arch=(any)
 url='https://buildbot.net'
 license=(GPL2)
@@ -183,7 +183,7 @@
 
 package_buildbot-worker() {
   pkgdesc='Buildbot worker daemon'
-  depends=(buildbot-common python-twisted python-future)
+  depends=(buildbot-common python-twisted python-future python-autobahn python-msgpack)
 
   cd buildbot-$pkgver/worker
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build



More information about the arch-commits mailing list