summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBlair Bonnett2023-02-12 12:09:24 +0100
committerBlair Bonnett2023-02-12 12:09:24 +0100
commit223c76e8c991e7ba9750babc20a6586b0b73ce1b (patch)
treee531112d5dc0b034a276461c375e8cae51cf3ee0 /PKGBUILD
parentff5245a06b6e669c146d61780d8cebc5106ac5c3 (diff)
downloadaur-223c76e8c991e7ba9750babc20a6586b0b73ce1b.tar.gz
Update to 0.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a94ad85ddac6..31b55cbd846c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=jupyterhub-systemdspawner
pkgdesc="Spawn JupyterHub single-user servers with systemd"
-pkgver=0.16
+pkgver=0.17.0
pkgrel=1
url="https://github.com/jupyterhub/systemdspawner"
arch=('any')
depends=('jupyterhub')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
license=('BSD')
source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"
)
sha256sums=(
- 'a7aeea1e8cb081a9c4de14475504199bbe249d93ea317da5c09d536b7b11b300'
+ '5337a1266f3c0f6dbe162754061c1a8096ad7a9ccf519fe9f27219678051c21a'
)
build() {