summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2021-10-08 11:12:52 +0200
committerBlair Bonnett2021-10-08 11:12:52 +0200
commit413411071b942470e77af22850b8111d2d0828a2 (patch)
tree140937f808281384b16c954f804ae460dbd999e4
parentb6d76c5a33ad3d2b5a38da96c4581927ba6823fc (diff)
downloadaur-413411071b942470e77af22850b8111d2d0828a2.tar.gz
Update to 1.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 380bf93ea0b3..f69e7a6fa698 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterhub-idle-culler
pkgdesc = JupyterHub service to cull and shut down idle users and notebook servers
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/jupyterhub/jupyterhub-idle-culler
arch = any
@@ -9,8 +9,7 @@ pkgbase = jupyterhub-idle-culler
makedepends = python-setuptools
depends = python-dateutil
depends = python-tornado
- source = git+https://github.com/jupyterhub/jupyterhub-idle-culler.git#tag=v1.1
+ source = git+https://github.com/jupyterhub/jupyterhub-idle-culler.git#tag=1.2
sha256sums = SKIP
pkgname = jupyterhub-idle-culler
-
diff --git a/PKGBUILD b/PKGBUILD
index ec19c95f807f..b0ff49283fc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jupyterhub-idle-culler
pkgdesc="JupyterHub service to cull and shut down idle users and notebook servers"
-pkgver=1.1
+pkgver=1.2
pkgrel=1
url="https://github.com/jupyterhub/jupyterhub-idle-culler"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python-dateutil' 'python-tornado')
makedepends=('git' 'python-setuptools')
license=('BSD')
source=(
- "git+https://github.com/jupyterhub/$pkgname.git#tag=v$pkgver"
+ "git+https://github.com/jupyterhub/$pkgname.git#tag=$pkgver"
)
sha256sums=(
'SKIP'