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

Antonio Rojas arojas at archlinux.org
Tue Sep 24 08:27:57 UTC 2019


    Date: Tuesday, September 24, 2019 @ 08:27:56
  Author: arojas
Revision: 363324

Update

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-23 21:08:53 UTC (rev 363323)
+++ PKGBUILD	2019-09-24 08:27:56 UTC (rev 363324)
@@ -1,21 +1,20 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=noto-fonts-emoji
-pkgver=20180810
-_commit=3ffd20ec7504657aa17c84f9aa475ad09b20c362
-pkgrel=2
+pkgver=20190810
+_commit=d741d07e86a28b722d49d774c0040b71b0f97163
+pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
 license=(custom:OFL)
-depends=(fontconfig)
 provides=(emoji-font)
 source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip")
-sha256sums=('96d41cee5017eee62546bc589db66d602b771b9cff32add59c2f969c2a62cac9')
+sha256sums=('7b96faa488050842ef1c31264912b64fe3555bdbe03ec6c0e56ce02c8c4abba0')
 
 package() {
   cd noto-emoji-*
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 fonts/NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
+  install -m644 NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list