summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosiah Schwab2016-12-01 15:50:41 -0800
committerJosiah Schwab2016-12-01 15:50:41 -0800
commit88fede78f0ef6a556d23c1bb3efd32fc5575ec45 (patch)
treecebcab525cdb8e81b5ec87951d63bae8e1775b83
parentfe5aba5a1ce2223064430046bde24ce0f50c3d41 (diff)
downloadaur-texlive-mnras.tar.gz
Change install path to texmf from texmf-dist
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a63faad240b9..f09a3c9f7d09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = texlive-mnras
pkgdesc = Package for preparing papers in the journal Monthly Notices of the Royal Astronomical Society
pkgver = 3.0
- pkgrel = 1
+ pkgrel = 2
url = http://mirrors.ctan.org/macros/latex/contrib/mnras
install = texlive-mnras.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 93514e1c7fea..cea98ce6f76f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=texlive-mnras
pkgdesc="Package for preparing papers in the journal Monthly Notices of the Royal Astronomical Society"
pkgver=3.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://mirrors.ctan.org/macros/latex/contrib/mnras"
depends=('texlive-core')
@@ -17,11 +17,11 @@ package() {
cd "$srcdir/mnras"
# install current files (v3)
- install -Dm644 mnras.cls $pkgdir/usr/share/texmf-dist/tex/latex/mnras/mnras.cls
- install -Dm644 mnras.bst $pkgdir/usr/share/texmf-dist/bibtex/bst/mnras/mnras.bst
+ install -Dm644 mnras.cls $pkgdir/usr/share/texmf/tex/latex/mnras/mnras.cls
+ install -Dm644 mnras.bst $pkgdir/usr/share/texmf/bibtex/bst/mnras/mnras.bst
# install legacy files (v2.2)
- install -Dm644 legacy/mn2e.cls $pkgdir/usr/share/texmf-dist/tex/latex/mnras/mn2e.cls
- install -Dm644 legacy/mn2e.bst $pkgdir/usr/share/texmf-dist/bibtex/bst/mnras/mn2e.bst
+ install -Dm644 legacy/mn2e.cls $pkgdir/usr/share/texmf/tex/latex/mnras/mn2e.cls
+ install -Dm644 legacy/mn2e.bst $pkgdir/usr/share/texmf/bibtex/bst/mnras/mn2e.bst
}