Date: Thursday, February 16, 2023 @ 17:39:39
  Author: arojas
Revision: 1400870

upgpkg: python-jupyter-client 8.0.3-1: Update to 8.0.3

Modified:
  python-jupyter-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-16 17:22:19 UTC (rev 1400869)
+++ PKGBUILD    2023-02-16 17:39:39 UTC (rev 1400870)
@@ -3,7 +3,7 @@
 
 _pyname=jupyter_client
 pkgname=python-${_pyname/_/-}
-pkgver=8.0.2
+pkgver=8.0.3
 pkgrel=1
 pkgdesc='Jupyter protocol implementation and client libraries'
 arch=(any)
@@ -16,7 +16,7 @@
 provides=(python-jupyter_client)
 replaces=(python-jupyter_client)
 
source=(https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz)
-sha256sums=('47ac9f586dbcff4d79387ec264faf0fdeb5f14845fa7345fd7d1e378f8096011')
+sha256sums=('ed65498bea6d876ef9d8da3e0db3dd33c5d129f5b2645f56ae03993782966bd0')
 
 build() {
   cd $_pyname-$pkgver
@@ -31,5 +31,5 @@
 package() {
   cd $_pyname-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }

Reply via email to