summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-10-28 20:28:27 +0800
committerChih-Hsuan Yen2018-10-28 20:28:27 +0800
commitfc618aa01a4550098e3df8b4cc4453e0acef0e16 (patch)
treeba50dafd0edf682d70a3023c17fa52d5c3c5426d
parentb1ff74dcda5df2fd3e690955da5c0ff119d53112 (diff)
downloadaur-fc618aa01a4550098e3df8b4cc4453e0acef0e16.tar.gz
use older nodejs to workaround https://github.com/buildbot/buildbot/issues/4382
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac881553a028..7b24328b3159 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-buildbot-pkg-git
pkgdesc = Utilities and common code for building and testing www plugins.
- pkgver = 1.3.0.r158.ge79ef99b4
+ pkgver = 1.5.0.r39.g0fb2a9cc0
pkgrel = 2
url = https://buildbot.net
arch = any
@@ -8,10 +8,11 @@ pkgbase = python-buildbot-pkg-git
checkdepends = python-twisted
makedepends = git
depends = python-setuptools
+ depends = nodejs<11
depends = npm
depends = yarn
depends = python2
- provides = python-buildbot-pkg=1.3.0.r158.ge79ef99b4
+ provides = python-buildbot-pkg=1.5.0.r39.g0fb2a9cc0
conflicts = python-buildbot-pkg
source = git+https://github.com/buildbot/buildbot.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a9ef40839733..3a5a1e79ac17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=python-buildbot-pkg
pkgname=python-buildbot-pkg-git
pkgdesc="Utilities and common code for building and testing www plugins."
-pkgver=1.3.0.r158.ge79ef99b4
+pkgver=1.5.0.r39.g0fb2a9cc0
pkgrel=2
arch=('any')
url="https://buildbot.net"
license=("GPL2")
-depends=('python-setuptools' 'npm' 'yarn' 'python2')
+depends=('python-setuptools' 'nodejs<11' 'npm' 'yarn' 'python2')
makedepends=('git')
checkdepends=('python-twisted')
provides=("$_pkgname=$pkgver")