Date: Wednesday, February 15, 2023 @ 21:13:47
  Author: arojas
Revision: 1400699

upgpkg: jupyter-server 2.3.0-1: Update to 2.3.0

Modified:
  jupyter-server/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-15 21:07:08 UTC (rev 1400698)
+++ PKGBUILD    2023-02-15 21:13:47 UTC (rev 1400699)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=jupyter-server
-pkgver=2.2.1
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Provides the backend for Jupyter web applications like Jupyter 
notebook, JupyterLab, and Voila'
 arch=(any)
@@ -14,7 +14,7 @@
 checkdepends=(python-pytest-tornasync python-pytest-console-scripts 
python-pytest-timeout python-pytest-jupyter)
 optdepends=('jupyter-server-mathjax: to use local MathJax')
 
source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
-sha256sums=('5afb8a0cdfee37d02d69bdf470ae9cbb1dee5d4788f9bc6cc8e54bd8c83fb096')
+sha256sums=('29d6657bfb160b0e39b9030d67f33f918a188f2eba28065314a933b327fef872')
 
 build() {
   cd ${pkgname/-/_}-$pkgver
@@ -31,5 +31,5 @@
   cd ${pkgname/-/_}-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
 
-  install -Dm644 COPYING.md -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }

Reply via email to