[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Mar 26 20:30:15 UTC 2017


    Date: Sunday, March 26, 2017 @ 20:30:14
  Author: arojas
Revision: 291686

Fix license (FS#53452)

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-26 19:30:00 UTC (rev 291685)
+++ PKGBUILD	2017-03-26 20:30:14 UTC (rev 291686)
@@ -2,20 +2,21 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=noto-fonts-emoji
-_pkgver=2017-03-10
-_commit=733a622
+_pkgver=2017-03-17
+_commit=0e73244b3f4b9dc5d4e68824c91e7774f2f1d35d
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
-license=(Apache)
+license=(custom:OFL)
 depends=(fontconfig)
 source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip")
-md5sums=('ed36ba575fc6055ad6f2c9fb00e55946')
+sha256sums=('6a58838784e643c82fab720526fc41c9b3cf0e1215b8a7fd8515aae5c362cea8')
 
 package() {
   cd noto-emoji-*
   mkdir -p "$pkgdir"/usr/share/fonts/noto
   install -m644 fonts/*.ttf "$pkgdir"/usr/share/fonts/noto
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list