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

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


    Date: Tuesday, March 12, 2019 @ 23:34:43
  Author: sangy
Revision: 440771

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-12 23:34:20 UTC (rev 440770)
+++ PKGBUILD	2019-03-12 23:34:43 UTC (rev 440771)
@@ -1,27 +0,0 @@
-# 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>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=ttf-ibm-plex
-pkgver=1.2.3
-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=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/TrueType.zip")
-sha256sums=('fe4ff7bd12c3dbbe0d62f3380661e506f81c9bcb30bcf86ec044140b4c09f8a8')
-
-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 -t "$pkgdir/usr/share/licenses/$pkgname" IBM-Plex-Mono/license.txt
-}
-
-# vim: ts=2 sw=2 et:

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 440770, ttf-ibm-plex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-12 23:34:43 UTC (rev 440771)
@@ -0,0 +1,27 @@
+# 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>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=ttf-ibm-plex
+pkgver=1.3.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=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/TrueType.zip")
+sha256sums=('fe4ff7bd12c3dbbe0d62f3380661e506f81c9bcb30bcf86ec044140b4c09f8a8')
+
+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}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list