summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2023-04-04 15:24:34 +0200
committerMarkus Weimar2023-04-04 15:24:34 +0200
commit4a6e84399a427d53fb806fd64101c8387aec0727 (patch)
treebf576d7bbfc09ed5308134e76c7b41cb0e74e591
parentf513fd07b4e5611f29bf2c4ce36da00e4f8e9fe1 (diff)
downloadaur-4a6e84399a427d53fb806fd64101c8387aec0727.tar.gz
Update fonts to version 2.011.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1f05ff28021..72b2f50ff6dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = noto-fonts-main
- pkgdesc = Google Noto fonts: Sans, Sans Display, Sans Mono, Serif, Serif Display
- pkgver = 20210923
+ pkgdesc = Google Noto for Latin, Greek, Cyrillic scripts.
+ pkgver = 2.011
pkgrel = 1
+ epoch = 1
url = https://fonts.google.com/noto
arch = any
license = OFL
conflicts = noto-fonts
conflicts = noto-fonts-extra
- source = https://www.markusweimar.de/public/noto-fonts-main-20210923.tar.zst
- sha256sums = 74f01aafbb7c3be81b36bd4d89334fb0cebbd500535700f0648f9b94852fcaae
+ source = https://www.markusweimar.de/public/noto-fonts-main-2.011.tar.zst
+ sha256sums = a512e08f9cd058fd1b82f19fe5a4e7b784b5169c8c7832cacca76e5fc04e179a
pkgname = noto-fonts-main
diff --git a/PKGBUILD b/PKGBUILD
index ee8087d3bb8d..5616c52dc56c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=noto-fonts-main
-pkgver=20210923
+pkgver=2.011
pkgrel=1
-pkgdesc='Google Noto fonts: Sans, Sans Display, Sans Mono, Serif, Serif Display'
+epoch=1
+pkgdesc='Google Noto for Latin, Greek, Cyrillic scripts.'
arch=('any')
url='https://fonts.google.com/noto'
license=('OFL')
conflicts=('noto-fonts'
'noto-fonts-extra')
source=("https://www.markusweimar.de/public/noto-fonts-main-${pkgver}.tar.zst")
-sha256sums=('74f01aafbb7c3be81b36bd4d89334fb0cebbd500535700f0648f9b94852fcaae')
+sha256sums=('a512e08f9cd058fd1b82f19fe5a4e7b784b5169c8c7832cacca76e5fc04e179a')
package() {
install -d ${pkgdir}/usr/share/fonts/TTF/
install -m644 ${srcdir}/${pkgname}/*.ttf ${pkgdir}/usr/share/fonts/TTF/
- install -D -m644 ${srcdir}/${pkgname}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ install -D -m644 ${srcdir}/${pkgname}/OFL.txt ${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt
}