summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-03-26 17:38:38 +0200
committerPhilipp A2017-03-26 17:38:38 +0200
commit187c7aa251c0c9f936ef00cfe7fbec9404c41728 (patch)
treebd751b9bc25f34219c38bc47577c15e27519e2af
parentf9287ffc385bdc2d1bbde38cbefbf195ef5d9a29 (diff)
downloadaur-187c7aa251c0c9f936ef00cfe7fbec9404c41728.tar.gz
v0.0.10
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b97dd50cd999..2d6acd294d15 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.8
+ pkgver = 0.0.10
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.8-py2.py3-none-any.whl
- source = jupyter_highlight_selected_word-0.0.8-py2.py3-none-any.whl::https://files.pythonhosted.org/packages/py2.py3/j/jupyter_highlight_selected_word/jupyter_highlight_selected_word-0.0.8-py2.py3-none-any.whl
- md5sums = 10655fb33701f5d02eac2c7cf03bb1f2
+ 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
pkgname = jupyter_highlight_selected_word
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..9731419a6e92
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg/
+/src/
+/*.pkg.tar.xz
+/*.whl
diff --git a/PKGBUILD b/PKGBUILD
index e4ae9a92f749..223f3faee558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
pkgname=jupyter_highlight_selected_word
-pkgver=0.0.8
+pkgver=0.0.10
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=('10655fb33701f5d02eac2c7cf03bb1f2')
+md5sums=('022377f8a6b1c2de98fea984ad1898f3')
noextract=("$_wheel")
package() {