summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 612deca1e39f..11bc97055619 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = buildbot-git
checkdepends = python-txrequests
checkdepends = python-setuptools_trial
checkdepends = python-pyjade
- checkdepends = buildbot-pkg-git=1.3.0.r53.g36d2e3332
+ checkdepends = python-buildbot-pkg-git=1.3.0.r53.g36d2e3332
checkdepends = buildbot-worker-git=1.3.0.r53.g36d2e3332
checkdepends = openssh
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 9c5f014eece5..55ed73b268a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ checkdepends=('python-treq' 'python-boto3' 'python-mock' 'python-moto'
'python-lz4' 'python-isort' 'python-pylint' 'python-pyenchant'
'flake8' 'python-txrequests' 'python-setuptools_trial'
'python-pyjade'
- "buildbot-pkg-git=$pkgver" "buildbot-worker-git=$pkgver"
+ "python-buildbot-pkg-git=$pkgver" "buildbot-worker-git=$pkgver"
'openssh')
source=(git+https://github.com/buildbot/buildbot.git
skip-linux-distro-test.patch)