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

Alexander Rødseth arodseth at archlinux.org
Fri Feb 7 21:06:03 UTC 2020


    Date: Friday, February 7, 2020 @ 21:06:02
  Author: arodseth
Revision: 563764

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-07 21:05:56 UTC (rev 563763)
+++ PKGBUILD	2020-02-07 21:06:02 UTC (rev 563764)
@@ -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=1.0.2
-pkgrel=1
-pkgdesc='Typeface for developers, by JetBrains'
-arch=(any)
-url='https://www.jetbrains.com/lp/mono'
-license=(Apache)
-depends=(fontconfig xorg-font-utils)
-source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip")
-sha256sums=('59f9b9762d5625eb438eedf034dbbcdcf09ed18ded994540b466872840229762')
-
-package() {
-  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" \
-    JetBrainsMono-"$pkgver"/ttf/*.ttf
-}
-
-# vim: ts=2 sw=2 et:

Copied: ttf-jetbrains-mono/repos/community-any/PKGBUILD (from rev 563763, ttf-jetbrains-mono/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-07 21:06:02 UTC (rev 563764)
@@ -0,0 +1,21 @@
+# 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=1.0.3
+pkgrel=1
+pkgdesc='Typeface for developers, by JetBrains'
+arch=(any)
+url='https://www.jetbrains.com/lp/mono'
+license=(Apache)
+depends=(fontconfig xorg-font-utils)
+source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip")
+sha256sums=('e357094992c4aff1e933354db198c6ffe2ee741bc4f3d9c071956c9e05b871ed')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" \
+    "JetBrainsMono-$pkgver-Source/ttf/"*.ttf
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list