Date: Thursday, October 22, 2020 @ 10:33:24 Author: arodseth Revision: 728962
upgpkg: ttf-jetbrains-mono 2.200-1 Modified: ttf-jetbrains-mono/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-22 10:32:44 UTC (rev 728961) +++ PKGBUILD 2020-10-22 10:33:24 UTC (rev 728962) @@ -3,22 +3,19 @@ # Contributor: Jordan Day <jordanday444 at gmail.com> pkgname=ttf-jetbrains-mono -pkgver=2.002 +pkgver=2.200 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) +license=(custom:OFL) source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip") -sha256sums=('568ff44a4495773c5d204524e1a8442649b4b53b94e21e1a7d784289c2a19a51') +sha256sums=('5d26ca65999d128e864e31dafe2875e16d9cfed4193b27b38fc53932ded5f830') package() { - find ttf -type f -name "*.ttf" -exec \ + 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 -# vim: ts=2 sw=2 et:
