summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-09-10 16:17:14 +0200
committerPhilipp A2019-09-10 16:17:14 +0200
commit8e9ee0809e496aea047b1bf3d1a742826ca3c62c (patch)
treea106dbd3d633caa5fd7cbf44c0915ac8128a6996
parent26146411d79cb402f04cb6e7a0bcdc4931a26cb5 (diff)
downloadaur-8e9ee0809e496aea047b1bf3d1a742826ca3c62c.tar.gz
v0.5.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcac7a3f5684..9ae7c6f344bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jupyter_contrib_nbextensions
pkgdesc = A collection of Jupyter nbextensions
- pkgver = 0.5.0
- pkgrel = 2
+ pkgver = 0.5.1
+ pkgrel = 1
url = https://github.com/ipython-contrib/jupyter_contrib_nbextensions
install = jupyter_contrib_nbextensions.install
arch = any
@@ -24,10 +24,10 @@ pkgbase = jupyter_contrib_nbextensions
conflicts = python-jupyter-nbextensions
replaces = jupyter-nbextensions-git
replaces = jupyter-nbextensions
- noextract = jupyter_contrib_nbextensions-0.5.0-py2.py3-none-any.whl
- source = jupyter_contrib_nbextensions-0.5.0-py2.py3-none-any.whl::https://files.pythonhosted.org/packages/py2.py3/j/jupyter_contrib_nbextensions/jupyter_contrib_nbextensions-0.5.0-py2.py3-none-any.whl
+ noextract = jupyter_contrib_nbextensions-0.5.1-py2.py3-none-any.whl
+ source = jupyter_contrib_nbextensions-0.5.1-py2.py3-none-any.whl::https://files.pythonhosted.org/packages/py2.py3/j/jupyter_contrib_nbextensions/jupyter_contrib_nbextensions-0.5.1-py2.py3-none-any.whl
source = jupyter_contrib_nbextensions.install
- sha256sums = f4893d99fed6be6587cd2c722ef8841556283a697a482288b621b514beda2405
+ sha256sums = 2c071f0aa208c569666f656bdc0f66906ca493cf9f06f46db6350db11030ff40
sha256sums = d141d36609422748b0b22b6c432f223bfc92d72359bbccaf709690f7de313e35
pkgname = jupyter_contrib_nbextensions
diff --git a/PKGBUILD b/PKGBUILD
index d3411468bb26..d4b0d6c35651 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=jupyter_contrib_nbextensions
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
pkgdesc='A collection of Jupyter nbextensions'
arch=(any)
url="https://github.com/ipython-contrib/$pkgname"
@@ -24,7 +24,7 @@ depends=(
makedepends=(python-pip mariadb jq)
_wheel="$pkgname-$pkgver-py2.py3-none-any.whl"
source=("$_wheel::https://files.pythonhosted.org/packages/py2.py3/${pkgname::1}/$pkgname/$_wheel" "$pkgname.install")
-sha256sums=('f4893d99fed6be6587cd2c722ef8841556283a697a482288b621b514beda2405'
+sha256sums=('2c071f0aa208c569666f656bdc0f66906ca493cf9f06f46db6350db11030ff40'
'd141d36609422748b0b22b6c432f223bfc92d72359bbccaf709690f7de313e35')
noextract=("$_wheel")
install="$pkgname.install"