summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2018-08-08 09:32:31 +0200
committerPhilipp A2018-08-08 09:32:31 +0200
commit3f0180e91a8d2b0a83482875eeaabdf272fcf432 (patch)
treeacda7a9a5e405589cb10cf58b99c5d2bb09da911 /PKGBUILD
parent187c7aa251c0c9f936ef00cfe7fbec9404c41728 (diff)
downloadaur-3f0180e91a8d2b0a83482875eeaabdf272fcf432.tar.gz
v0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {