mirror of
https://github.com/archlinux/aur.git
synced 2026-02-13 20:13:31 +01:00
fix links
This commit is contained in:
parent
a0868a4bc9
commit
03784b7908
2 changed files with 5 additions and 5 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ipython-mathjax
|
||||
pkgdesc = mathjax files for usage in the ipython notebook
|
||||
pkgver = 2
|
||||
pkgver = 3
|
||||
pkgrel = 1
|
||||
url = http://ipython.org/ipython-doc/stable/install/install.html#mathjax
|
||||
arch = any
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Thomas Weißschuh <thomas_weissschuh lavabit com>
|
||||
# Maintainer: Thomas Weißschuh <thomas t-8ch de>
|
||||
|
||||
pkgname=ipython-mathjax
|
||||
pkgver=2
|
||||
pkgver=3
|
||||
pkgrel=1
|
||||
pkgdesc="mathjax files for usage in the ipython notebook"
|
||||
url='http://ipython.org/ipython-doc/stable/install/install.html#mathjax'
|
||||
|
|
@ -12,9 +12,9 @@ optdepends=('ipython: for use with ipython'
|
|||
'ipython2: for use with ipython2')
|
||||
|
||||
package() {
|
||||
install -d "${pkgdir}/usr/lib/python3.3/site-packages/IPython/html/static"
|
||||
install -d "${pkgdir}/usr/lib/python3.4/site-packages/IPython/html/static"
|
||||
install -d "${pkgdir}/usr/lib/python2.7/site-packages/IPython/html/static"
|
||||
|
||||
ln -s "/usr/share/mathjax" "${pkgdir}/usr/lib/python3.3/site-packages/IPython/html/static/mathjax"
|
||||
ln -s "/usr/share/mathjax" "${pkgdir}/usr/lib/python3.4/site-packages/IPython/html/static/mathjax"
|
||||
ln -s "/usr/share/mathjax" "${pkgdir}/usr/lib/python2.7/site-packages/IPython/html/static/mathjax"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue