summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Wang2021-12-04 20:59:33 -0600
committerAnthony Wang2021-12-04 20:59:33 -0600
commit4a8ea0930dbe297560cf096d7c6631da6764cf2c (patch)
treeb2b0866867f814c0dec00cd6fa1157493b45ea36
parent9fd3d566cde6afcfcef15f2cd36fa45d88ddc1cb (diff)
downloadaur-4a8ea0930dbe297560cf096d7c6631da6764cf2c.tar.gz
Update license to BSD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24ec52d2be1c..838cadca6358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,8 @@ pkgbase = python-jupyter-server-proxy
pkgrel = 4
url = https://github.com/jupyterhub/jupyter-server-proxy
arch = any
- license = unknown
+ license = BSD
+ makedepends = unzip
makedepends = python-setuptools
depends = python
depends = python-aiohttp
diff --git a/PKGBUILD b/PKGBUILD
index 6ac51ae34a89..2cc8dafcd665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgrel=4
pkgdesc="Jupyter server extension to supervise and proxy web services"
url="https://github.com/jupyterhub/jupyter-server-proxy"
depends=('python' 'python-aiohttp' 'python-simpervisor')
-makedepends=('python-setuptools')
-license=('unknown')
+makedepends=('unzip' 'python-setuptools')
+license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name//-/_}-$pkgver-py3-none-any.whl")
sha256sums=('b57f5bce4c1004a648195314a4b243abeaee72f89a84b941c9f5eb3e8612d69c')