summaryrefslogtreecommitdiff
path: root/pcr/ttf-asana-math
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-21 20:18:43 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-21 20:18:43 -0500
commitc6d9b74378b924cefd25a7888cef3a4eafc6df52 (patch)
tree218a08a4e1555ede26eea3278e7d7748ec803e0b /pcr/ttf-asana-math
parent908de769d110509ffacb9cf0549ce61ef8a9cdef (diff)
ttf-asana-math-000.954-1: updating version
Diffstat (limited to 'pcr/ttf-asana-math')
-rw-r--r--pcr/ttf-asana-math/PKGBUILD26
1 files changed, 10 insertions, 16 deletions
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 <gordongr@freemail.gr>
# Maintainer: Alon Ivtsan <alonivtsan@lavabit.com>
-# 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')