summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-03-26 17:45:38 +0200
committerPhilipp A2017-03-26 17:45:38 +0200
commiteeba2972081342a36f69435d4e49f74486302f99 (patch)
tree6f324ace97d87d5eb90ec62f49d847669489b07b
parent6099804b8c3aafbda6d0f7451c5a9c0915c34fdb (diff)
downloadaur-eeba2972081342a36f69435d4e49f74486302f99.tar.gz
v1.3.8
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 285ff6345e53..0e4458c420d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = jupyter_latex_envs
pkgdesc = Jupyter notebook extension which supports (some) LaTeX environments within markdown cells
- pkgver = 1.3.7.2
- pkgrel = 2
+ pkgver = 1.3.8
+ pkgrel = 1
url = https://github.com/ipython-contrib/
arch = any
license = BSD
depends = python
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 = 625a6ec7163e3eab2ab146d7c390bef9
+ source = https://files.pythonhosted.org/packages/source/j/jupyter_latex_envs/jupyter_latex_envs-1.3.8.tar.gz
+ md5sums = 7152ac82845925cd7e92772d11677f4e
pkgname = jupyter_latex_envs
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..24f2ec57e666
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg/
+/src/
+/*.pkg.tar.xz
+/*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5c26226b1f44..c642b3dff9c6 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=2
+pkgver=1.3.8
+pkgrel=1
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=('625a6ec7163e3eab2ab146d7c390bef9')
+md5sums=('7152ac82845925cd7e92772d11677f4e')
package() {
cd "$srcdir/$pkgname-$pkgver"