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

Alexander Rødseth arodseth at gemini.archlinux.org
Sat Jul 31 13:31:35 UTC 2021


    Date: Saturday, July 31, 2021 @ 13:31:35
  Author: arodseth
Revision: 991109

archrelease: copy trunk to community-any

Added:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD
    (from rev 991108, 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	2021-07-31 13:31:30 UTC (rev 991108)
+++ PKGBUILD	2021-07-31 13:31:35 UTC (rev 991109)
@@ -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.241
-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=('d605c99b0a02d75eec345b964f267ced169ae372f99543fa300035381b05581f96a6d0f090354a94693249df4214d30081440c24b17188034e65707726c0bfb0')
-
-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 991108, ttf-jetbrains-mono/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-31 13:31:35 UTC (rev 991109)
@@ -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=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"
+}



More information about the arch-commits mailing list