summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-03-06 15:16:17 +0100
committerPhilipp A2017-03-06 15:16:17 +0100
commit6099804b8c3aafbda6d0f7451c5a9c0915c34fdb (patch)
tree462707c4384833d3a44fa75041d25b667e550a1f
parent53666f5eaaa797f433160ddf92c60a222b0268b2 (diff)
downloadaur-6099804b8c3aafbda6d0f7451c5a9c0915c34fdb.tar.gz
whoops, MD5!
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442aa0b32e8b..285ff6345e53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jupyter_latex_envs
pkgdesc = Jupyter notebook extension which supports (some) LaTeX environments within markdown cells
pkgver = 1.3.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ipython-contrib/
arch = any
license = BSD
@@ -9,7 +9,7 @@ pkgbase = jupyter_latex_envs
depends = jupyter
depends = jupyter-notebook
source = https://files.pythonhosted.org/packages/source/j/jupyter_latex_envs/jupyter_latex_envs-1.3.7.2.tar.gz
- md5sums = ef0135735ac3bfc7c487c8e1a8b56597
+ md5sums = 625a6ec7163e3eab2ab146d7c390bef9
pkgname = jupyter_latex_envs
diff --git a/PKGBUILD b/PKGBUILD
index a24c9532d88e..5c26226b1f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
pkgname=jupyter_latex_envs
pkgver=1.3.7.2
-pkgrel=1
+pkgrel=2
pkgdesc='Jupyter notebook extension which supports (some) LaTeX environments within markdown cells'
arch=(any)
url=https://github.com/ipython-contrib/$_gitname
@@ -9,7 +9,7 @@ license=(BSD)
makedepends=()
depends=(python jupyter jupyter-notebook)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('ef0135735ac3bfc7c487c8e1a8b56597')
+md5sums=('625a6ec7163e3eab2ab146d7c390bef9')
package() {
cd "$srcdir/$pkgname-$pkgver"