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 b73c5788f939..74da02b807ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = buildbot-worker-git
pkgrel = 1
url = https://buildbot.net
arch = any
- license = GPL
+ license = GPL2
checkdepends = python-mock
makedepends = git
depends = python-twisted
diff --git a/PKGBUILD b/PKGBUILD
index 54dd6dd0817f..c5c6e356db2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=1.2.0.r45.gc9d5f87a3
pkgrel=1
arch=('any')
url="https://buildbot.net"
-license=("GPL")
+license=("GPL2")
makedepends=('git')
pkgdesc="Buildbot Worker Daemon"
depends=('python-twisted' 'python-future')