[arch-commits] Commit in ttf-jetbrains-mono/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Sep 21 13:42:42 UTC 2020
Date: Monday, September 21, 2020 @ 13:42:42
Author: arodseth
Revision: 711219
upgpkg: ttf-jetbrains-mono 2.002-1
Modified:
ttf-jetbrains-mono/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-21 13:42:38 UTC (rev 711218)
+++ PKGBUILD 2020-09-21 13:42:42 UTC (rev 711219)
@@ -3,17 +3,20 @@
# Contributor: Jordan Day <jordanday444 at gmail.com>
pkgname=ttf-jetbrains-mono
-pkgver=2.001
+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/JetBrains.Mono.$pkgver.zip")
-sha256sums=('d9176856e982ca16f4ee24a1021a62b51cea43575f3c6aa1910d4cdf6b695ade')
+source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip")
+sha256sums=('568ff44a4495773c5d204524e1a8442649b4b53b94e21e1a7d784289c2a19a51')
package() {
- find "JetBrains Mono $pkgver" -type f -name "*.ttf" -exec \
+ find ttf -type f -name "*.ttf" -exec \
install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" {} \;
}
More information about the arch-commits
mailing list