summaryrefslogtreecommitdiff
path: root/manualPorts/tex-gyre-fonts/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/tex-gyre-fonts/Pkgfile')
-rw-r--r--manualPorts/tex-gyre-fonts/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/manualPorts/tex-gyre-fonts/Pkgfile b/manualPorts/tex-gyre-fonts/Pkgfile
index 82e1178..36176b2 100644
--- a/manualPorts/tex-gyre-fonts/Pkgfile
+++ b/manualPorts/tex-gyre-fonts/Pkgfile
@@ -5,11 +5,11 @@
# Depends on:
name=tex-gyre-fonts
-version=2.005
-release=2
-source=(http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-${version}otf.zip)
+version=2.501
+release=1
+source=(http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg${version/./_}otf.zip)
build() {
install -d "$PKG/usr/share/fonts/tex-gyre"
- install -t "$PKG/usr/share/fonts/tex-gyre" -m644 *.otf
+ install -t "$PKG/usr/share/fonts/tex-gyre" -m644 tg${version/./_}otf/*.otf
}