aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-11-01 21:56:37 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-11-02 15:33:35 +0000
commit8c4ebbcae0cce68f721947eae0afabb6eb5cce0d (patch)
treec670dcc34e8c64085a01f91471024398412ed2ba
parent664432ff43e73f2e20eb022e574e6817ae9a500e (diff)
community/font-noto: upgrade to 0_git20211101
-rw-r--r--community/font-noto/APKBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/community/font-noto/APKBUILD b/community/font-noto/APKBUILD
index 2b4d21db9c4..ded6d80b5ed 100644
--- a/community/font-noto/APKBUILD
+++ b/community/font-noto/APKBUILD
@@ -1,16 +1,16 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=font-noto
-pkgver=0_git20190623
-_commit=462ad2d2a45df33785980f9d9f56f6369cfc110d
-pkgrel=3
+pkgver=0_git20211101
+_commit=364fb14e20f82887280f103f638ff6450dbfc525
+pkgrel=0
pkgdesc="Google's font family that aims to support all the world's languages"
-url="https://github.com/googlei18n/noto-fonts/"
+url="https://github.com/googlefonts/noto-fonts/"
arch="noarch"
license="OFL-1.1"
depends="fontconfig"
options="!check" # No test suite
-source="https://github.com/googlei18n/noto-fonts/archive/$_commit/noto-fonts-$_commit.tar.gz"
+source="https://github.com/googlefonts/noto-fonts/archive/$_commit/noto-fonts-$_commit.tar.gz"
builddir="$srcdir/noto-fonts-$_commit"
#
# NOTE: sort list by string length >
@@ -71,7 +71,7 @@ subpackages="$subpackages font-croscore:croscore $pkgname-extra $pkgname-all:not
package() {
mkdir -p "$pkgdir"/usr/share/fonts/noto
- install -m644 "$builddir"/hinted/*.ttf \
+ install -m644 "$builddir"/hinted/ttf/*/*.ttf \
"$pkgdir"/usr/share/fonts/noto/
}
@@ -113,4 +113,6 @@ noto_all() {
done
}
-sha512sums="6e96e8b5ac06ea938a92fdec8d9354796794125db03c82ca2219eb66105b03c303745d1a8b60ed711c365fc115971ad8a5e7096957803c7d2d95b8accd46719e noto-fonts-462ad2d2a45df33785980f9d9f56f6369cfc110d.tar.gz"
+sha512sums="
+cb484098015a6847c1b2538635f5bc92e7fc50d1ffd9fbd406ae086b4c0dd8ae9a504ac6cf65320cc96c13a5b7462463466e72799a7facd116bcb092b9142452 noto-fonts-364fb14e20f82887280f103f638ff6450dbfc525.tar.gz
+"