diff options
author | A.I | 2020-12-21 18:14:52 +0800 |
---|---|---|
committer | A.I | 2020-12-21 18:14:52 +0800 |
commit | 9025ba2f1ce73de1a9dbcf8f628971538d710363 (patch) | |
tree | 1612c1860f7d787af32daf3de7ec535da8a88793 /PKGBUILD | |
parent | 5d8a5f684f20e9c18fa78eb8c89702c4b1904582 (diff) | |
download | aur-glow-sans-sc-normal.tar.gz |
updates glow-sans-sc-normal to v0.92
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,14 +3,14 @@ _script=sc _width=normal pkgname=glow-sans-${_script}-${_width} -pkgver=v0.91 +pkgver=v0.92 pkgrel=1 pkgdesc="SHSans-derived CJK font family with a more concise & modern look." url="https://welai.github.io/glow-sans" arch=(any) license=(MIT) source=(https://github.com/welai/glow-sans/releases/download/$pkgver/GlowSans${_script^^}-${_width^}-$pkgver.zip) -md5sums=('fb3048169bcfc821ec9736ee16a1d228') +md5sums=('95582846c0da6731478ab7214d984121') package() { install -Dt "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 $srcdir/*.otf |