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

Alexander Rødseth arodseth at archlinux.org
Mon Sep 21 13:42:47 UTC 2020


    Date: Monday, September 21, 2020 @ 13:42:47
  Author: arodseth
Revision: 711220

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   45 ++++++++++++++++++++++++---------------------
 1 file changed, 24 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-21 13:42:42 UTC (rev 711219)
+++ PKGBUILD	2020-09-21 13:42:47 UTC (rev 711220)
@@ -1,21 +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.001
-pkgrel=1
-pkgdesc='Typeface for developers, by JetBrains'
-arch=(any)
-url='https://www.jetbrains.com/lp/mono'
-license=(Apache)
-source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrains.Mono.$pkgver.zip")
-sha256sums=('d9176856e982ca16f4ee24a1021a62b51cea43575f3c6aa1910d4cdf6b695ade')
-
-package() {
-  find "JetBrains Mono $pkgver" -type f -name "*.ttf" -exec \
-    install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" {} \;
-}
-
-# getver: github.com/JetBrains/JetBrainsMono/releases
-# vim: ts=2 sw=2 et:

Copied: ttf-jetbrains-mono/repos/community-any/PKGBUILD (from rev 711219, ttf-jetbrains-mono/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-21 13:42:47 UTC (rev 711220)
@@ -0,0 +1,24 @@
+# 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.002
+pkgrel=1
+pkgdesc='Typeface for developers, by JetBrains'
+arch=(any)
+url='https://www.jetbrains.com/lp/mono'
+# The release notes at https://github.com/JetBrains/JetBrainsMono/releases/tag/v2.002
+# says the license has been changed to SIL 1.1, but the released zip file includes an
+# Apache 2.0 LICENSE file.
+license=(Apache)
+source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip")
+sha256sums=('568ff44a4495773c5d204524e1a8442649b4b53b94e21e1a7d784289c2a19a51')
+
+package() {
+  find ttf -type f -name "*.ttf" -exec \
+    install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" {} \;
+}
+
+# getver: github.com/JetBrains/JetBrainsMono/releases
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list