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

Alexander Rødseth arodseth at archlinux.org
Sat Jan 19 17:15:02 UTC 2019


    Date: Saturday, January 19, 2019 @ 17:15:01
  Author: arodseth
Revision: 424848

upgpkg: ttf-ibm-plex 1.2.3-1

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-19 15:38:06 UTC (rev 424847)
+++ PKGBUILD	2019-01-19 17:15:01 UTC (rev 424848)
@@ -1,4 +1,5 @@
 # Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>
 # Contributor: Matt Spaulding <matt at mattops dot io>
 # Contributor: pyjano <pyjano at protonmail dot com>
@@ -5,21 +6,22 @@
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 
 pkgname=ttf-ibm-plex
-pkgver=1.2.2
+pkgver=1.2.3
 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')
-source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-sha256sums=('2d124c2e8805d52ae15962b4be87fe883e0f1583b007f9c2987d4d7c00bce4a2')
-conflicts=('ibm-plex-fonts')
+license=(custom:OFL)
+depends=(fontconfig xorg-font-utils)
+source=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/TrueType.zip")
+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 IBM-Plex-Mono/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  # All the other licenses are the same as the one here...
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" IBM-Plex-Mono/license.txt
 }
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list