Date: Friday, January 20, 2023 @ 23:53:59
  Author: blakkheim
Revision: 1387193

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++++------------------------------
 1 file changed, 28 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-20 23:53:35 UTC (rev 1387192)
+++ PKGBUILD    2023-01-20 23:53:59 UTC (rev 1387193)
@@ -1,30 +0,0 @@
-# Maintainer: Santiago Torres-Arias <[email protected]>
-# 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 <[email protected]>
-# Contributor: Adrià Arrufat <[email protected]>
-# Contributor: Utkarsh Singh <[email protected]>
-
-
-pkgname=ttf-ibm-plex
-pkgver=6.0.2
-pkgrel=1
-pkgdesc="IBM Plex Mono, Sans, and Serif"
-arch=('any')
-url='https://github.com/IBM/plex'
-license=('custom:OFL')
-source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-provides=('ttf-font')
-sha256sums=('16253500de140321175bb94e65fd227c6b12efc050eb298c20322dbf3713a8e0')
-
-conflicts=('ibm-plex-fonts')
-
-package() {
-    cd TrueType
-    find -name *.ttf ! -path "*/unhinted/*" \
-         -exec install -Dm644 {} -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 1387192, 
ttf-ibm-plex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-20 23:53:59 UTC (rev 1387193)
@@ -0,0 +1,28 @@
+# Maintainer: Santiago Torres-Arias <[email protected]>
+# 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 <[email protected]>
+# Contributor: Adrià Arrufat <[email protected]>
+# Contributor: Utkarsh Singh <[email protected]>
+
+pkgname=ttf-ibm-plex
+pkgver=6.1.1
+pkgrel=1
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=('custom:OFL')
+source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver}/TrueType.zip")
+provides=('ttf-font')
+sha256sums=('ba04ca9b46686a2ebb305576a77897b61c88ba0c85237ab4a1e0581d01be9cd4')
+conflicts=('ibm-plex-fonts')
+
+package() {
+    cd TrueType
+    find -name *.ttf ! -path "*/unhinted/*" \
+         -exec install -Dm644 {} -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}"
+}

Reply via email to