[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Sun Nov 24 02:07:53 UTC 2019


    Date: Sunday, November 24, 2019 @ 02:07:51
  Author: sangy
Revision: 532428

archrelease: copy trunk to community-any

Added:
  ttf-ibm-plex/repos/community-any/PKGBUILD
    (from rev 532427, ttf-ibm-plex/trunk/PKGBUILD)
Deleted:
  ttf-ibm-plex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-24 02:07:31 UTC (rev 532427)
+++ PKGBUILD	2019-11-24 02:07:51 UTC (rev 532428)
@@ -1,26 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago 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>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=ttf-ibm-plex
-pkgver=3.0.0
-pkgrel=1
-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=('e1bfaea0652a35704018337b729ab869fbbc27c2f789e71b128bd66ad389c023')
-
-conflicts=('ibm-plex-fonts')
-
-package() {
-    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}"
-}

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 532427, ttf-ibm-plex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-24 02:07:51 UTC (rev 532428)
@@ -0,0 +1,26 @@
+# Maintainer: Santiago Torres-Arias <santiago 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>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=ttf-ibm-plex
+pkgver=4.0.1
+pkgrel=1
+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=('b8aad85bd5668b656e0c92751cfe644d770c732eef1e7ba276a64dc0c5ce8edc')
+
+conflicts=('ibm-plex-fonts')
+
+package() {
+    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}"
+}



More information about the arch-commits mailing list