[arch-commits] Commit in ttf-jetbrains-mono/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Wed Jul 28 13:06:28 UTC 2021
Date: Wednesday, July 28, 2021 @ 13:06:27
Author: arodseth
Revision: 988879
archrelease: copy trunk to community-any
Added:
ttf-jetbrains-mono/repos/community-any/PKGBUILD
(from rev 988878, 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-28 13:06:22 UTC (rev 988878)
+++ PKGBUILD 2021-07-28 13:06:27 UTC (rev 988879)
@@ -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.225
-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=('03b2e2c0e3285703a204b6efbe2d277bf568e0bb53a395e9f4e74e9b77c4aeb2')
-
-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 988878, ttf-jetbrains-mono/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-28 13:06:27 UTC (rev 988879)
@@ -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.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"
+}
More information about the arch-commits
mailing list