[arch-commits] Commit in ttf-jetbrains-mono/repos/community-any (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 02:40:46 UTC 2022


    Date: Monday, April 25, 2022 @ 02:40:46
  Author: allan
Revision: 1189830

archrelease: copy trunk to community-any

Added:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD
    (from rev 1189829, ttf-jetbrains-mono/trunk/PKGBUILD)
Deleted:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 02:40:29 UTC (rev 1189829)
+++ PKGBUILD	2022-04-25 02:40:46 UTC (rev 1189830)
@@ -1,19 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Althorion <althorion at protonmail.com>
-# Contributor: Jordan Day <jordanday444 at gmail.com>
-
-pkgname=ttf-jetbrains-mono
-pkgver=2.242
-pkgrel=1
-pkgdesc='Typeface for developers, by JetBrains'
-arch=(any)
-url='https://jetbrains.com/lp/mono'
-license=(custom:OFL)
-source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip")
-b2sums=('814dc53be8a57d2d9abef06ac4ff81025225891fc0ac1889e34325c607eda410e91c4aae7fce914ce3df751cf109205172a52171ba2aa93f32fbd99856e081ed')
-
-package() {
-  find fonts/ttf -type f -name '*.ttf' -exec \
-    install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" {} \;
-  install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ttf-jetbrains-mono/repos/community-any/PKGBUILD (from rev 1189829, ttf-jetbrains-mono/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 02:40:46 UTC (rev 1189830)
@@ -0,0 +1,19 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Althorion <althorion at protonmail.com>
+# Contributor: Jordan Day <jordanday444 at gmail.com>
+
+pkgname=ttf-jetbrains-mono
+pkgver=2.242
+pkgrel=2
+pkgdesc='Typeface for developers, by JetBrains'
+arch=(any)
+url='https://jetbrains.com/lp/mono'
+license=(custom:OFL)
+source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip")
+b2sums=('814dc53be8a57d2d9abef06ac4ff81025225891fc0ac1889e34325c607eda410e91c4aae7fce914ce3df751cf109205172a52171ba2aa93f32fbd99856e081ed')
+
+package() {
+  find fonts/ttf -type f -name '*.ttf' -exec \
+    install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" {} \;
+  install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list