summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 773e084219d5..c1f5afa3b376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ipynbname
pkgdesc = Retrieve notebook filename and the full path to notebook when run from Jupyter Lab.
- pkgver = 2021.3.2
- pkgrel = 2
+ pkgver = 2023.1.0.0
+ pkgrel = 1
url = https://github.com/msm1089/ipynbname
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-ipynbname
depends = python-ipykernel
depends = python-jupyter_core
depends = python-traitlets
- source = https://files.pythonhosted.org/packages/source/i/ipynbname/ipynbname-2021.3.2.tar.gz
- sha256sums = cf7bae999005dce012738d09610e69a47acd765797c0365c803f96c21ea2f32b
+ source = https://files.pythonhosted.org/packages/source/i/ipynbname/ipynbname-2023.1.0.0.tar.gz
+ sha256sums = 90bccb6d8a42c4fcd85dbc877de974760040d44084070dedb458644c6faa5e11
pkgname = python-ipynbname
diff --git a/PKGBUILD b/PKGBUILD
index 2a2bf9aa0c05..b33cf96014e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=ipynbname
pkgname=python-$_name
-pkgver=2021.3.2
-pkgrel=2
+pkgver=2023.1.0.0
+pkgrel=1
pkgdesc='Retrieve notebook filename and the full path to notebook when run from Jupyter Lab.'
arch=(any)
url="https://github.com/msm1089/$_name"
@@ -10,7 +10,7 @@ license=(MIT)
depends=(python-ipykernel python-jupyter_core python-traitlets)
makedepends=(python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('cf7bae999005dce012738d09610e69a47acd765797c0365c803f96c21ea2f32b')
+sha256sums=('90bccb6d8a42c4fcd85dbc877de974760040d44084070dedb458644c6faa5e11')
build() {
cd "$_name-$pkgver"