Date: Monday, March 6, 2023 @ 21:32:01
  Author: arojas
Revision: 1416255

upgpkg: python-ipykernel 6.21.3-1: Update to 6.21.3

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-06 21:25:53 UTC (rev 1416254)
+++ PKGBUILD    2023-03-06 21:32:01 UTC (rev 1416255)
@@ -3,7 +3,7 @@
 
 _pyname=ipykernel
 pkgname=python-$_pyname
-pkgver=6.21.2
+pkgver=6.21.3
 pkgrel=1
 pkgdesc='The ipython kernel for Jupyter'
 arch=(any)
@@ -13,7 +13,7 @@
 makedepends=(python-build python-installer python-hatchling)
 checkdepends=(python-pytest-timeout python-pytest-asyncio python-flaky 
python-ipyparallel python-matplotlib)
 
source=(https://github.com/ipython/ipykernel/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b078f93f8b9abf61deda232f5e16953c0d386af4b6b165d5c583167ac703f0f7')
+sha256sums=('0cbc264db1836c233c25a041edba7399c686fddef4ce4a010efeed4fb8b9fe3d')
 
 build() {
   cd $_pyname-$pkgver
@@ -28,5 +28,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