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

Santiago Torres-Arias sangy at archlinux.org
Tue Mar 12 23:34:20 UTC 2019


    Date: Tuesday, March 12, 2019 @ 23:34:20
  Author: sangy
Revision: 440770

upgpkg: ttf-ibm-plex 1.3.0-1

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-12 23:14:19 UTC (rev 440769)
+++ PKGBUILD	2019-03-12 23:34:20 UTC (rev 440770)
@@ -6,10 +6,10 @@
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 
 pkgname=ttf-ibm-plex
-pkgver=1.2.3
+pkgver=1.3.0
 pkgrel=1
-pkgdesc='IBM Plex Mono, Sans, and Serif'
-arch=(any)
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
 url='https://github.com/IBM/plex'
 license=(custom:OFL)
 depends=(fontconfig xorg-font-utils)
@@ -17,11 +17,11 @@
 sha256sums=('fe4ff7bd12c3dbbe0d62f3380661e506f81c9bcb30bcf86ec044140b4c09f8a8')
 
 package() {
-  cd TrueType
-  install -Dm644 */*.ttf -t "$pkgdir/usr/share/fonts/TTF"
+    cd TrueType
+    install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
 
-  # All the other licenses are the same as the one here...
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" IBM-Plex-Mono/license.txt
+    # All the other licenses are the same as the one here...
+    install -Dm644 IBM-Plex-Mono/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list