summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiehong Ma2020-11-14 10:43:46 +0100
committerJiehong Ma2020-11-14 10:43:46 +0100
commit5cb86671c16b52b3d9f851e59993d18583bcdbb8 (patch)
treee14dc3955ee8e981f862f417b8084933aa7d8f75 /PKGBUILD
parentcee94e4704ff8681f80f7cdc9c50b1a79e49fcb7 (diff)
downloadaur-5cb86671c16b52b3d9f851e59993d18583bcdbb8.tar.gz
update to latest version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5705686ef76..179650a283f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ma Jiehong <email at majiehong.com>
pkgname=ttf-tw
epoch=1
-pkgver=20130103
-pkgrel=2
+pkgver=20201114
+pkgrel=1
pkgdesc="Set of KAI and SONG fonts from the Ministry of Education of Taiwan. These fonts follow all the official recommendations and their shapes are calligraphically correct. (TTF/UTF-8)"
arch=('any')
url="http://www.moe.gov.tw/"
@@ -22,6 +22,6 @@ pkgver()
package()
{
cd "$srcdir"
- install -Dm644 TW-fonts/edukai-3.ttf "$pkgdir/usr/share/fonts/TTF/edukai-3.ttf"
+ install -Dm644 TW-fonts/edukai-4.0.ttf "$pkgdir/usr/share/fonts/TTF/edukai-4.0.ttf"
install -Dm644 TW-fonts/eduSong_Unicode.ttf "$pkgdir/usr/share/fonts/TTF/eduSong_Unicode.ttf"
}