summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshtrom2009-05-08 04:16:28 +0000
committershtrom2009-05-08 04:16:28 +0000
commitdcc28d8d61fdd3ab3bf90e31a81c9a3d85335d7f (patch)
tree8bfa0286ae9d4423ddf4fa5a9f6409baab2181db
parent9ec2f9cad5ae352509c809b2809fadc02e0958d1 (diff)
downloadaur-dcc28d8d61fdd3ab3bf90e31a81c9a3d85335d7f.tar.gz
[latex-template-springer] Extract the right archive in svjour3...
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@158 df209809-8e4a-0410-9a64-c169741eb0fc
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 799743808935..311bf050819d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# $Id$
pkgname=latex-template-springer
-pkgver=200904
+pkgver=200905
pkgrel=1
pkgdesc="Springer templates for LNCS proceedings and other multiauthor volumes (llncs), monographs (svmono) and journals (svjour3)"
arch=('any')
@@ -37,7 +37,7 @@ build() {
unzip ${srcdir}/llncs2e.zip -d ${pkgdir}/usr/share/texmf-dist/tex/latex/llncs
cp -R ${srcdir}/pub/tex/latex/mathegl/mono/ \
${pkgdir}/usr/share/texmf-dist/tex/latex
- unzip ${srcdir}/llncs2e.zip -d \
+ unzip ${srcdir}/global.zip -d \
${pkgdir}/usr/share/texmf-dist/tex/latex/svjour3
cp ${srcdir}/{spbasic,spmpsci,spphys}.bst ${pkgdir}/usr/share/texmf-dist/bst/svjour3
}