summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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
}