summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2020-04-07 14:53:12 +0800
committerKaizhao Zhang2020-04-07 14:53:12 +0800
commitb4c5a9c8b0a5f45bdffc5a8537e7af7f1364e68f (patch)
tree407772b07f02ea1b115e4a19b9b306bf5ea6d282
parente2cac18b172f26307d6cbe105574e45cd11627c8 (diff)
downloadaur-b4c5a9c8b0a5f45bdffc5a8537e7af7f1364e68f.tar.gz
Updated to version 6.12+0+460c4d4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e41397ac0e41..5e7f4e7d391b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ttf-i.ming
- pkgdesc = An old-style CJK font
- pkgver = 6.10+0+ba7f030
+ pkgdesc = I.Ming ( I.明體 / 一點明體 / 一点明朝 / 一点明体 )
+ pkgver = 6.12+0+460c4d4
pkgrel = 1
url = https://github.com/ichitenfont/I.Ming
arch = any
license = custom
depends = fontconfig
depends = xorg-font-utils
- source = git+https://github.com/ichitenfont/I.Ming.git#commit=ba7f030251e3c78fe23d0b4d2a5eca2a7ed7adc4
+ source = git+https://github.com/ichitenfont/I.Ming.git#commit=460c4d40a696485f319a2e13d9e91011fc4f709e
sha256sums = SKIP
pkgname = ttf-i.ming
diff --git a/PKGBUILD b/PKGBUILD
index 617d3f93dbe6..408064e0fd77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
_srcname=I.Ming
-_version=6.10
+_version=6.12
_version_pkg_updates=0
-_gitcommit=ba7f030251e3c78fe23d0b4d2a5eca2a7ed7adc4
+_gitcommit=460c4d40a696485f319a2e13d9e91011fc4f709e
pkgname=ttf-i.ming
pkgver="${_version}+${_version_pkg_updates}+${_gitcommit::7}"
pkgrel=1
-pkgdesc="An old-style CJK font"
+pkgdesc="I.Ming ( I.明體 / 一點明體 / 一点明朝 / 一点明体 )"
url="https://github.com/ichitenfont/I.Ming"
arch=('any')
depends=('fontconfig' 'xorg-font-utils')
@@ -24,12 +24,10 @@ package() {
install -D -m644 "${_version}/I.MingVar-${_version}.ttf" "${pkgdir}/usr/share/fonts/TTF/I.MingVar-${_version}.ttf"
install -D -m644 "${_version}/I.MingVarCP-${_version}.ttf" "${pkgdir}/usr/share/fonts/TTF/I.MingVarCP-${_version}.ttf"
- install -D -m644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -D -m644 "${_version}/I.Ming_readme.md" "${pkgdir}/usr/share/doc/${pkgname}/I.Ming_readme.md"
install -D -m644 "${_version}/I.Ming_history.md" "${pkgdir}/usr/share/doc/${pkgname}/I.Ming_history.md"
install -D -m644 "${_version}/I.MingVar_history.md" "${pkgdir}/usr/share/doc/${pkgname}/I.MingVar_history.md"
- install -D -m644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
install -D -m644 "${_version}/IPA_Font_License_Agreement_v1.0.md" \
"${pkgdir}/usr/share/licenses/${pkgname}/IPA_Font_License_Agreement_v1.0.md"
}