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

Antonio Rojas arojas at archlinux.org
Sat Oct 19 08:21:53 UTC 2019


    Date: Saturday, October 19, 2019 @ 08:21:52
  Author: arojas
Revision: 365208

Update

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-19 08:18:07 UTC (rev 365207)
+++ PKGBUILD	2019-10-19 08:21:52 UTC (rev 365208)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=noto-fonts-emoji
-pkgver=20190810
-_commit=d741d07e86a28b722d49d774c0040b71b0f97163
+pkgver=20191016
+_commit=f3b9faa83dedf51cd4d9d8ff30e13c17b8073211
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
@@ -10,11 +10,11 @@
 license=(custom:OFL)
 provides=(emoji-font)
 source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip")
-sha256sums=('7b96faa488050842ef1c31264912b64fe3555bdbe03ec6c0e56ce02c8c4abba0')
+sha256sums=('50d3ae08c7ca4718774d6b04d50d788c7b6b858220792a2fc69ef9c24ed092c5')
 
 package() {
   cd noto-emoji-*
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
+  install -m644 fonts/NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list