[arch-commits] Commit in ttf-ibm-plex/trunk (PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Wed Sep 9 01:53:00 UTC 2020


    Date: Wednesday, September 9, 2020 @ 01:52:58
  Author: sangy
Revision: 701444

upgpkg: ttf-ibm-plex 5.1.3-1

- Adds korean fonts

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-08 23:36:45 UTC (rev 701443)
+++ PKGBUILD	2020-09-09 01:52:58 UTC (rev 701444)
@@ -5,7 +5,7 @@
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 
 pkgname=ttf-ibm-plex
-pkgver=5.1.0
+pkgver=5.1.3
 pkgrel=1
 pkgdesc="IBM Plex Mono, Sans, and Serif"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('custom:OFL')
 source=("${url}/releases/download/v${pkgver}/TrueType.zip")
 provides=('ttf-font')
-sha256sums=('f8c8fb7a152845def75d798937de2a2691f01c24be9d6824eb414bb234d12773')
+sha256sums=('2c9f07cc1c0fd0288b1c68b8472362b5a1534f486978288c3c2cf794f168f01c')
 
 conflicts=('ibm-plex-fonts')
 
@@ -20,6 +20,7 @@
 package() {
     cd TrueType
     install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+    install -Dm644 */unhinted/*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
 
     # All the other licenses are the same as the one here...
     install -Dm644 IBM-Plex-Mono/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"



More information about the arch-commits mailing list