summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-08-27 10:08:47 +0800
committerChih-Hsuan Yen2018-08-27 10:08:47 +0800
commitdce4d4b5d8eb1e817e2e317e2a6c3b554547b83b (patch)
tree903d8f417e381eb6656c3f557d848c8a5c678338
parent83be0867e8255186653eee9fbaaab7afa2bee09a (diff)
downloadaur-dce4d4b5d8eb1e817e2e317e2a6c3b554547b83b.tar.gz
fix license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11bc97055619..977935238afd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = buildbot-git
pkgrel = 1
url = https://buildbot.net
arch = any
- license = GPL
+ license = GPL2
checkdepends = python-treq
checkdepends = python-boto3
checkdepends = python-mock
@@ -17,8 +17,8 @@ pkgbase = buildbot-git
checkdepends = python-txrequests
checkdepends = python-setuptools_trial
checkdepends = python-pyjade
- checkdepends = python-buildbot-pkg-git=1.3.0.r53.g36d2e3332
- checkdepends = buildbot-worker-git=1.3.0.r53.g36d2e3332
+ checkdepends = python-buildbot-pkg-git
+ checkdepends = buildbot-worker-git
checkdepends = openssh
makedepends = git
depends = python-twisted
diff --git a/PKGBUILD b/PKGBUILD
index 55ed73b268a9..8a94346605ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=1.3.0.r53.g36d2e3332
pkgrel=1
arch=('any')
url="https://buildbot.net"
-license=("GPL")
+license=("GPL2")
depends=('python-twisted' 'python-jinja' 'python-zope-interface' 'python-future'
'python-sqlalchemy-migrate' 'python-dateutil' 'python-txaio'
'python-autobahn' 'python-pyjwt')
@@ -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'
- "python-buildbot-pkg-git=$pkgver" "buildbot-worker-git=$pkgver"
+ 'python-buildbot-pkg-git' 'buildbot-worker-git'
'openssh')
source=(git+https://github.com/buildbot/buildbot.git
skip-linux-distro-test.patch)