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

Alexander Rødseth arodseth at archlinux.org
Tue Jan 21 12:28:21 UTC 2020


    Date: Tuesday, January 21, 2020 @ 12:28:20
  Author: arodseth
Revision: 553290

archrelease: copy trunk to community-any

Added:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD
    (from rev 553289, 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-01-21 12:28:14 UTC (rev 553289)
+++ PKGBUILD	2020-01-21 12:28:20 UTC (rev 553290)
@@ -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 dot com >
-
-pkgname=ttf-jetbrains-mono
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='Typeface for developers, by JetBrains'
-arch=(any)
-url='https://www.jetbrains.com/lp/mono'
-license=('Apache')
-source=("https://download.jetbrains.com/fonts/JetBrainsMono-$pkgver.zip")
-sha256sums=('82bf0dec956e4ca9afa4da4978fa5de80a75a576b3353d570ccbaabe4e858389')
-depends=(fontconfig xorg-font-utils)
-
-package() {
-  install -d "$pkgdir/usr/share/fonts/TTF"
-  install -Dm 644 "$srcdir"/*.ttf "$pkgdir/usr/share/fonts/TTF/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ttf-jetbrains-mono/repos/community-any/PKGBUILD (from rev 553289, ttf-jetbrains-mono/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-21 12:28:20 UTC (rev 553290)
@@ -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.1
+pkgrel=1
+pkgdesc='Typeface for developers, by JetBrains'
+arch=(any)
+url='https://www.jetbrains.com/lp/mono'
+license=(Apache)
+source=("https://github.com/JetBrains/JetBrainsMono/releases/download/$pkgver/JetBrainsMono-$pkgver.zip")
+sha256sums=('5c280da4dd1d8adcaddf14cd0d3a60b461d65cface30a0a0d7cb72a7ea1c0cd9')
+depends=(fontconfig xorg-font-utils)
+
+package() {
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -Dm 644 ttf/*.ttf "$pkgdir/usr/share/fonts/TTF/"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list