author | David Runge
<dvzrv@archlinux.org> 2024-04-04 07:49:35 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2024-04-04 07:49:35 UTC |
parent | a4019d25660a28d22033a842a23aca67c7aa85f8 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 8bf243c..8db199b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = python-tornado pkgrel = 1 url = https://www.tornadoweb.org/ arch = x86_64 - license = Apache + license = Apache-2.0 checkdepends = python-pycurl checkdepends = python-twisted makedepends = python-setuptools diff --git a/PKGBUILD b/PKGBUILD index 417ca38..fb28100 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc='open source version of the scalable, non-blocking web server and tools' arch=('x86_64') url='https://www.tornadoweb.org/' -license=('Apache') +license=('Apache-2.0') depends=('python') optdepends=('python-pycurl: for tornado.curl_httpclient' 'python-twisted: for tornado.platform.twisted')