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

Alexander Rødseth arodseth at archlinux.org
Mon Dec 28 18:53:58 UTC 2020


    Date: Monday, December 28, 2020 @ 18:53:58
  Author: arodseth
Revision: 795847

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-28 18:53:53 UTC (rev 795846)
+++ PKGBUILD	2020-12-28 18:53:58 UTC (rev 795847)
@@ -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.210
-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")
-sha256sums=('3d368735d2e8ff3abe1583de540284e70dd16d8d871e8f1b0f73685ced7b8ba7')
-
-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"
-}
-
-# getver: github.com/JetBrains/JetBrainsMono/releases

Copied: ttf-jetbrains-mono/repos/community-any/PKGBUILD (from rev 795846, ttf-jetbrains-mono/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-28 18:53:58 UTC (rev 795847)
@@ -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.221
+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")
+sha256sums=('2fcbc70aca5ddabcfdbbc536c2b5f65ccf798ff13d8078738cbbef84c57e99a9')
+
+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