summaryrefslogtreecommitdiff
path: root/manualPorts/tex-gyre-fonts/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-05-21 20:41:54 +0200
committerErich Eckner <git@eckner.net>2019-05-21 20:41:54 +0200
commit13f3ecf9b8e6bdf7d205ac66f475f83d694c6916 (patch)
treee5d1fad25412fdfc780ca09241e408947856db23 /manualPorts/tex-gyre-fonts/Pkgfile
parenteccb9d42cae5a715ff34dad6f77de26afe4420bd (diff)
downloadcrux-ports-13f3ecf9b8e6bdf7d205ac66f475f83d694c6916.tar.xz
tex-gyre-fonts: 2.005-2 -> 2.501-1
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
}