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

Jelle van der Waa jelle at archlinux.org
Wed May 6 20:08:46 UTC 2020


    Date: Wednesday, May 6, 2020 @ 20:08:45
  Author: jelle
Revision: 625189

archrelease: copy trunk to community-any

Added:
  ttf-roboto/repos/community-any/PKGBUILD
    (from rev 625188, ttf-roboto/trunk/PKGBUILD)
Deleted:
  ttf-roboto/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 20:08:35 UTC (rev 625188)
+++ PKGBUILD	2020-05-06 20:08:45 UTC (rev 625189)
@@ -1,20 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Greve <greve.daniel.l at gmail.com>
-
-pkgname=ttf-roboto
-pkgver=2.138
-pkgrel=1
-
-pkgdesc="Google's signature family of fonts"
-url='https://material.google.com/style/typography.html'
-arch=('any')
-license=('Apache')
-
-depends=('fontconfig')
-
-source=(roboto-hinted-$pkgver.zip::https://github.com/google/roboto/releases/download/v$pkgver/roboto-hinted.zip)
-md5sums=('a7e2d4b06e2137172838f8ef37f89339')
-
-package() {
-  install -Dm644 *.ttf -t "$pkgdir"/usr/share/fonts/TTF
-}

Copied: ttf-roboto/repos/community-any/PKGBUILD (from rev 625188, ttf-roboto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 20:08:45 UTC (rev 625189)
@@ -0,0 +1,20 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Greve <greve.daniel.l at gmail.com>
+
+pkgname=ttf-roboto
+pkgver=2.138
+pkgrel=2
+
+pkgdesc="Google's signature family of fonts"
+url='https://material.google.com/style/typography.html'
+arch=('any')
+license=('Apache')
+
+depends=('fontconfig')
+
+source=(https://sources.archlinux.org/other/community/ttf-roboto/ttf-roboto-hinted-$pkgver.zip)
+md5sums=('a7e2d4b06e2137172838f8ef37f89339')
+
+package() {
+  install -Dm644 *.ttf -t "$pkgdir"/usr/share/fonts/TTF
+}



More information about the arch-commits mailing list