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

Santiago Torres-Arias sangy at archlinux.org
Tue Dec 18 00:57:43 UTC 2018


    Date: Tuesday, December 18, 2018 @ 00:57:42
  Author: sangy
Revision: 416595

upgpkg: ttf-ibm-plex 1.2.2-1

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-18 00:48:06 UTC (rev 416594)
+++ PKGBUILD	2018-12-18 00:57:42 UTC (rev 416595)
@@ -5,8 +5,8 @@
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 
 pkgname=ttf-ibm-plex
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="IBM Plex Mono, Sans, and Serif"
 arch=('any')
 url='https://github.com/IBM/plex'
@@ -13,11 +13,13 @@
 license=('custom:OFL')
 depends=('fontconfig' 'xorg-font-utils')
 source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-sha256sums=('73f6afefcf3d56d5c7f45d788b7c65c6986183e2efff1576f731b2a5e99df6de')
+sha256sums=('2d124c2e8805d52ae15962b4be87fe883e0f1583b007f9c2987d4d7c00bce4a2')
 conflicts=('ibm-plex-fonts')
 
 package() {
     cd TrueType
     install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-    install -Dm644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+    # 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