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

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Feb 10 06:56:10 UTC 2019


    Date: Sunday, February 10, 2019 @ 06:56:09
  Author: yan12125
Revision: 431079

upgpkg: buildbot-www 2.0.1-1

cairosvg2.patch is pushed as https://github.com/buildbot/buildbot/pull/4557

Modified:
  buildbot-www/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 06:54:39 UTC (rev 431078)
+++ PKGBUILD	2019-02-10 06:56:09 UTC (rev 431079)
@@ -7,28 +7,20 @@
 pkgname=(python-buildbot-www python-buildbot-waterfall-view
          python-buildbot-console-view python-buildbot-grid-view
          python-buildbot-wsgi-dashboards python-buildbot-badges)
-pkgver=1.8.0
+pkgver=2.0.1
 # `git rev-parse v$pkgver`
-_tag_rev=5b1106e9e2898cff174e7dd4f03dfd80a5c79f16
+_tag_rev=4c358c260bd9a339ce167a28b8dd6d19cd7a413f
 pkgrel=1
 arch=(any)
 url='https://buildbot.net'
 license=(GPL2)
 makedepends=(git buildbot=$pkgver python-buildbot-pkg=$pkgver python-mock)
-source=("git+https://github.com/buildbot/buildbot?signed#tag=$_tag_rev"
-        cairosvg2.patch)
-sha256sums=('SKIP'
-            'efb460cb040cfd2438d63df51cc7ffd93444dd9d6e1b172f870f4ffce5bafda8')
+source=("git+https://github.com/buildbot/buildbot?signed#tag=$_tag_rev")
+sha256sums=('SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy <tardyp at gmail.com>
 )
 
-prepare() {
-  cd buildbot
-
-  patch -Np1 -i ../cairosvg2.patch
-}
-
 build() {
   for module in base waterfall_view console_view grid_view wsgi_dashboards badges
   do



More information about the arch-commits mailing list