summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2018-07-03 11:49:08 +0200
committerMarkus Weimar2018-07-03 11:49:08 +0200
commit33611bfb43e96f622da85a309c73a7d9088997e1 (patch)
tree03df09d32cd25c2c853b57ae052d1693e173766a
parent260b24047bb0bd37c6877344a8e99205033e8856 (diff)
downloadaur-33611bfb43e96f622da85a309c73a7d9088997e1.tar.gz
Adjust font selection and update.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4fc006610e3..4131ae797113 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Fri Sep 22 17:01:11 UTC 2017
+# Tue Jul 3 09:47:27 UTC 2018
pkgbase = noto-fonts-main
- pkgdesc = Google Noto fonts: Sans, Sans Display, Sans Mono, Sans Symbols, Sans UI, Serif, Serif Display
- pkgver = 20170919
+ pkgdesc = Google Noto fonts: Sans, Sans Display, Sans Mono, Serif, Serif Display
+ pkgver = 20180703
pkgrel = 1
- url = http://www.google.com/get/noto/
+ url = https://www.google.com/get/noto/
arch = any
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
conflicts = noto-fonts
conflicts = noto-fonts-extra
- source = https://www.markusweimar.de/public/noto-fonts-main-20170919.tar.xz
- sha256sums = 85c51059195ff0b0c5b9bf394850a92583cc4b43f1b694052c7b54c46a0282c9
+ source = https://www.markusweimar.de/public/noto-fonts-main-20180703.tar.xz
+ sha256sums = 7aa0c83cfb557f3c587d6928ef4d3a8af2916354c82aafb24fcfa4c8a8ba6d12
pkgname = noto-fonts-main
diff --git a/PKGBUILD b/PKGBUILD
index c1aafb64ff1a..96caffc15c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=noto-fonts-main
-pkgver=20170919
+pkgver=20180703
pkgrel=1
-pkgdesc='Google Noto fonts: Sans, Sans Display, Sans Mono, Sans Symbols, Sans UI, Serif, Serif Display'
+pkgdesc='Google Noto fonts: Sans, Sans Display, Sans Mono, Serif, Serif Display'
arch=('any')
-url='http://www.google.com/get/noto/'
+url='https://www.google.com/get/noto/'
license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
conflicts=('noto-fonts'
'noto-fonts-extra')
source=("https://www.markusweimar.de/public/noto-fonts-main-${pkgver}.tar.xz")
-sha256sums=('85c51059195ff0b0c5b9bf394850a92583cc4b43f1b694052c7b54c46a0282c9')
+sha256sums=('7aa0c83cfb557f3c587d6928ef4d3a8af2916354c82aafb24fcfa4c8a8ba6d12')
package() {
install -d ${pkgdir}/usr/share/fonts/${pkgname}/
install -t ${pkgdir}/usr/share/fonts/${pkgname}/ -m644 ${srcdir}/noto-fonts-main/fonts/*.ttf
- install -D -m644 ${srcdir}/noto-fonts-main/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ install -D -m644 ${srcdir}/noto-fonts-main/LICENSE_OFL.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE_OFL.txt
}