summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Klinkovský2024-04-27 23:34:02 +0200
committerJakub Klinkovský2024-04-27 23:34:02 +0200
commit338db3e88a826b8e51fdf52d2862b5159c5c0a8f (patch)
treeaa4c7270f43def4983ea16acc93a27a4ccf24e45
parent637c45956c8f3a057e4e592bd1f06e57713349a3 (diff)
downloadaur-338db3e88a826b8e51fdf52d2862b5159c5c0a8f.tar.gz
Python 3.12 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7210c2d7a4c7..8c85bb86ece0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jupyter-nbgitpuller
pkgdesc = Jupyter server extension to sync a git repository one-way to a local path
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jupyterhub/nbgitpuller
arch = any
license = BSD-3-Clause
diff --git a/PKGBUILD b/PKGBUILD
index 6eeaa0eb35cd..dc89a1455647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=jupyter-$_pyname
pkgdesc="Jupyter server extension to sync a git repository one-way to a local path"
url="https://github.com/jupyterhub/nbgitpuller"
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
license=(BSD-3-Clause)
arch=(any)
depends=(jupyter-server git)