[arch-commits] Commit in texlive-science/trunk (3 files)

Rémy Oudompheng remy at archlinux.org
Sat Nov 19 18:54:36 UTC 2016


    Date: Saturday, November 19, 2016 @ 18:54:36
  Author: remy
Revision: 281598

upgpkg: texlive-science 2016.42453-1

Packages from upstream collection mathextra are included
with a couple of updates:
- drawmatrix 38980 => 41928
- prftree 39356 => 41985

And the following additional changes:
	algorithms has been updated (38085 => 42428)
	apxproof is new!
	chemformula has been updated (41326 => 41956)
	delimset is new!
	emf is new!
	ghsystem has been updated (34925 => 41714)
	lstbayes has been updated (39183 => 41550)
	mhchem has been updated (39676 => 41829)
	nucleardata has been updated (40216 => 42307)
	revquantum is new!
	siunitx has been updated (39922 => 41979)
	spalign is new!

Added:
  texlive-science/trunk/texlive-science.fmts
Modified:
  texlive-science/trunk/PKGBUILD
  texlive-science/trunk/texlive-science.maps

----------------------+
 PKGBUILD             |   16 ++++++++++------
 texlive-science.fmts |    1 +
 texlive-science.maps |    2 ++
 3 files changed, 13 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-19 18:21:41 UTC (rev 281597)
+++ PKGBUILD	2016-11-19 18:54:36 UTC (rev 281598)
@@ -2,10 +2,10 @@
 # Maintainer: Rémy Oudompheng <remy at archlinux.org>
 
 pkgname=texlive-science
-pkgver=2016.41327
+pkgver=2016.42453
 _revnr=${pkgver#2016.}
-pkgrel=2
-pkgdesc="TeX Live - Typesetting for natural and computer sciences"
+pkgrel=1
+pkgdesc="TeX Live - Typesetting for mathematics, natural and computer sciences"
 license=('GPL')
 arch=(any)
 depends=('texlive-core')
@@ -12,10 +12,13 @@
 optdepends=('python2-pygments: for pygmentex')
 groups=('texlive-most')
 url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip" "$pkgname.maps")
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"
+        "$pkgname.maps"
+        "$pkgname.fmts")
 options=('!emptydirs')
-md5sums=('2757b93bd83971de390536194c1d7b5d'
-         '72206bb981d3d491df018e0e13334be5')
+md5sums=('7d37b05503b4f18c7c1861c6e1232bc6'
+         '752529861a7b0a133f52a92866d0c1a2'
+         '7573956c7abc3de68fbacb58805f690c')
 
 build() {
    cd "$srcdir"
@@ -31,6 +34,7 @@
    sed -i '/^#/d' CONTENTS
    install -m644 CONTENTS $pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
    install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m644 $pkgname.fmts $pkgdir/var/lib/texmf/arch/installedpkgs/
    install -m755 -d $pkgdir/usr/share
    wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; done) || true
    for dir in $wanteddirs; do

Added: texlive-science.fmts
===================================================================
--- texlive-science.fmts	                        (rev 0)
+++ texlive-science.fmts	2016-11-19 18:54:36 UTC (rev 281598)
@@ -0,0 +1 @@
+amstex pdftex - -translate-file=cp227.tcx *amstex.ini

Modified: texlive-science.maps
===================================================================
--- texlive-science.maps	2016-11-19 18:21:41 UTC (rev 281597)
+++ texlive-science.maps	2016-11-19 18:54:36 UTC (rev 281598)
@@ -1 +1,3 @@
 Map chemarrow.map
+MixedMap stmaryrd.map
+MixedMap yhmath.map



More information about the arch-commits mailing list