From c6d9b74378b924cefd25a7888cef3a4eafc6df52 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 21 May 2015 20:18:43 -0500 Subject: ttf-asana-math-000.954-1: updating version --- pcr/ttf-asana-math/PKGBUILD | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'pcr/ttf-asana-math/PKGBUILD') diff --git a/pcr/ttf-asana-math/PKGBUILD b/pcr/ttf-asana-math/PKGBUILD index e6e92dbc0..7e65f751b 100644 --- a/pcr/ttf-asana-math/PKGBUILD +++ b/pcr/ttf-asana-math/PKGBUILD @@ -1,30 +1,24 @@ # Maintainer (Arch): GordonGR # Maintainer: Alon Ivtsan -# taken from https://aur.archlinux.org/packages/ttf-asana-math/ - pkgname=ttf-asana-math -pkgver=000.951 -pkgrel=2 +pkgver=000.954 +pkgrel=1 license=('Custom: OFL') depends=('fontconfig' 'xorg-font-utils') pkgdesc="A font to typeset maths in Xe(La)TeX and Lua(La)TeX by Apostolos Syropoulos" arch=('any') url="http://www.ctan.org/pkg/asana-math" -source=("ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/fonts/Asana-Math/Asana-Math.otf" -"ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/fonts/Asana-Math/Asana-Math.ttf" +source=("ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/fonts/Asana-Math/Asana-Math.ttf" "http://scripts.sil.org/cms/scripts/render_download.php?&format=file&media_id=OFL_plaintext&filename=OFL.txt") +md5sums=('acc1721727c225b31aa0b9857b6ccd76' + '6ed93967ff0dc6dd9c8d31c17f817a06') install=$pkgname.install package() { - mkdir -p $pkgdir/usr/share/fonts/TTF - mkdir -p $pkgdir/usr/share/fonts/OTF - cp *.ttf $pkgdir/usr/share/fonts/TTF - cp *.otf $pkgdir/usr/share/fonts/OTF - mkdir -p $pkgdir/usr/share/licenses/custom/ttf-asana-math/ - mv 'render_download.php?&format=file&media_id=OFL_plaintext&filename=OFL.txt' LICENSE - cp LICENSE $pkgdir/usr/share/licenses/custom/ttf-asana-math/ +mkdir -p $pkgdir/usr/share/fonts/TTF +cp *.ttf $pkgdir/usr/share/fonts/TTF +mkdir -p $pkgdir/usr/share/licenses/custom/ttf-asana-math/ +mv 'render_download.php?&format=file&media_id=OFL_plaintext&filename=OFL.txt' LICENSE +cp LICENSE $pkgdir/usr/share/licenses/custom/ttf-asana-math/ } -md5sums=('d9f9faa296a12a14354d9e83c90f167b' - 'd7a05892aeed8bbe4b410bf845ce9882' - '6ed93967ff0dc6dd9c8d31c17f817a06') -- cgit v1.2.3