Date: Thursday, October 13, 2022 @ 19:38:27 Author: arojas Revision: 1328033
upgpkg: jupyter-nbclassic 0.4.6-2: Remove conflict with jupyter-notebook Modified: jupyter-nbclassic/trunk/PKGBUILD ----------+ PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-13 19:32:17 UTC (rev 1328032) +++ PKGBUILD 2022-10-13 19:38:27 UTC (rev 1328033) @@ -3,7 +3,7 @@ _pipname=nbclassic pkgname=jupyter-$_pipname pkgver=0.4.6 -pkgrel=1 +pkgrel=2 pkgdesc='Jupyter Notebook as a Jupyter Server Extension' arch=(any) url='https://jupyter.org/' @@ -11,8 +11,6 @@ depends=(jupyter-server jupyter-notebook-shim) makedepends=(python-build python-installer python-setuptools) checkdepends=(python-pytest-tornasync) -conflicts=(jupyter-notebook) -provides=(jupyter-notebook) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) sha256sums=('3c18d343b292f938efc93205761e674f20eca06ead25e0eedc17f7ae252bf56d')
