summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-08-08 09:32:31 +0200
committerPhilipp A2018-08-08 09:32:31 +0200
commit3f0180e91a8d2b0a83482875eeaabdf272fcf432 (patch)
treeacda7a9a5e405589cb10cf58b99c5d2bb09da911
parent187c7aa251c0c9f936ef00cfe7fbec9404c41728 (diff)
downloadaur-3f0180e91a8d2b0a83482875eeaabdf272fcf432.tar.gz
v0.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d6acd294d15..6c3a46d04371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyter_highlight_selected_word
pkgdesc = Jupyter notebook extension that enables highlighting every instance of the current word in the notebook
- pkgver = 0.0.10
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/ipython-contrib/
arch = any
@@ -8,9 +8,9 @@ pkgbase = jupyter_highlight_selected_word
depends = python
depends = jupyter
depends = jupyter-notebook
- noextract = jupyter_highlight_selected_word-0.0.10-py2.py3-none-any.whl
- source = jupyter_highlight_selected_word-0.0.10-py2.py3-none-any.whl::https://files.pythonhosted.org/packages/py2.py3/j/jupyter_highlight_selected_word/jupyter_highlight_selected_word-0.0.10-py2.py3-none-any.whl
- md5sums = 022377f8a6b1c2de98fea984ad1898f3
+ noextract = jupyter_highlight_selected_word-0.2.0-py2.py3-none-any.whl
+ source = jupyter_highlight_selected_word-0.2.0-py2.py3-none-any.whl::https://files.pythonhosted.org/packages/py2.py3/j/jupyter_highlight_selected_word/jupyter_highlight_selected_word-0.2.0-py2.py3-none-any.whl
+ sha256sums = 9545dfa9cb057eebe3a5795604dcd3a5294ea18637e553f61a0b67c1b5903c58
pkgname = jupyter_highlight_selected_word
diff --git a/PKGBUILD b/PKGBUILD
index 223f3faee558..9cbfa8768137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
pkgname=jupyter_highlight_selected_word
-pkgver=0.0.10
+pkgver=0.2.0
pkgrel=1
pkgdesc='Jupyter notebook extension that enables highlighting every instance of the current word in the notebook'
arch=(any)
@@ -10,7 +10,7 @@ makedepends=()
depends=(python jupyter jupyter-notebook)
_wheel="$pkgname-$pkgver-py2.py3-none-any.whl"
source=("$_wheel::https://files.pythonhosted.org/packages/py2.py3/${pkgname::1}/$pkgname/$_wheel")
-md5sums=('022377f8a6b1c2de98fea984ad1898f3')
+sha256sums=('9545dfa9cb057eebe3a5795604dcd3a5294ea18637e553f61a0b67c1b5903c58')
noextract=("$_wheel")
package() {