[arch-commits] Commit in jupyterlab_pygments/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 09:32:45 UTC 2022


    Date: Wednesday, May 4, 2022 @ 09:32:45
  Author: arojas
Revision: 1192890

Update to 0.2.2

Modified:
  jupyterlab_pygments/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 09:31:17 UTC (rev 1192889)
+++ PKGBUILD	2022-05-04 09:32:45 UTC (rev 1192890)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyterlab_pygments
-pkgver=0.2.0
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="Pygments theme using JupyterLab CSS variables"
 arch=('any')
@@ -9,10 +9,9 @@
 url="https://github.com/jupyterlab/jupyterlab_pygments"
 license=('BSD')
 depends=('python-pygments' 'jupyterlab')
-# NPM package @jupyterlab/codemirror ?
 makedepends=('python-build' 'python-installer')
 source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('2d48bcdd666043afc086af56adaf6bb79bbeffb1d73ed00ec4a2113f6cc22581')
+sha256sums=('7405d7fde60819d905a9fa8ce89e4cd830e318cdad22a0030f7a901da705585d')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list