summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-01-12 17:00:11 +0100
committerPhilipp A2022-01-12 17:00:11 +0100
commitdac87c73ec7a0f17dcf6951f6679a56f08fde4ef (patch)
treebbb7c265562a69508050f6d36ef5dbcb8d5ab7c2
parent2f57073cfebe2c41a37d9a35d890b67f0c1cb386 (diff)
downloadaur-dac87c73ec7a0f17dcf6951f6679a56f08fde4ef.tar.gz
alt names
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 979216590f71..2ee6d438de7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-nbdime
pkgdesc = Diff and merge of Jupyter Notebooks
pkgver = 3.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jupyter/nbdime
arch = any
license = BSD
@@ -16,6 +16,8 @@ pkgbase = python-nbdime
depends = python-pygments
depends = python-requests
depends = python-jinja
+ provides = jupyterlab-extension-nbdime
+ provides = jupyter-nbdime
source = nbdime-3.1.1.tar.gz::https://github.com/jupyter/nbdime/archive/3.1.1.tar.gz
sha256sums = b1ea9019786c258d958b631500d55c9d08cf97a8901519d593800645f5f661b3
diff --git a/PKGBUILD b/PKGBUILD
index 40099366dd17..121089f96b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=python-nbdime
_pkgname="nbdime"
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Diff and merge of Jupyter Notebooks"
url="https://github.com/jupyter/nbdime"
makedepends=(python-setuptools npm)
depends=(python python-gitpython python-six jupyter-nbformat python-tornado
python-colorama python-pygments python-requests python-jinja)
+provides=(jupyterlab-extension-nbdime jupyter-nbdime)
license=('BSD')
arch=('any')
source=($_pkgname-$pkgver.tar.gz::"https://github.com/jupyter/nbdime/archive/$pkgver.tar.gz")