summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhalflife2016-04-12 12:11:57 +0000
committerhalflife2016-04-12 12:11:57 +0000
commit7e93d36d383289cee61ddca66d4e76fd8656c703 (patch)
tree71a1e395386100a2a3558b73905e933ef44e906d
parent628c495a28420ddcf273a01131d3a6c390b898b5 (diff)
downloadaur-7e93d36d383289cee61ddca66d4e76fd8656c703.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13861b26c4d9..e7934a0d9a67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = noto-fonts-sc
pkgdesc = Noto CJK-SC fonts for Simplified Chinese
- pkgver = 20150617
+ pkgver = 20160412
pkgrel = 1
url = https://github.com/googlei18n/noto-cjk
install = noto-fonts-sc.install
@@ -10,6 +10,8 @@ pkgbase = noto-fonts-sc
depends = xorg-font-utils
source = https://github.com/googlei18n/noto-cjk/raw/master/NotoSansCJKsc-DemiLight.otf
sha256sums = SKIP
+ source = https://github.com/googlei18n/noto-cjk/raw/master/NotoSanSMonoCJKsc-Regular.otf
+ sha256sums = SKIP
pkgname = noto-fonts-sc
diff --git a/PKGBUILD b/PKGBUILD
index 518aaf03fdf9..e6c309f9b743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: halflife <pigoig_At_gmail_com>
pkgname=noto-fonts-sc
-pkgver=20150617
+pkgver=20160412
pkgrel=1
pkgdesc="Noto CJK-SC fonts for Simplified Chinese"
arch=(any)
depends=(fontconfig xorg-font-utils)
-source=("https://github.com/googlei18n/noto-cjk/raw/master/NotoSansCJKsc-DemiLight.otf")
-url="https://github.com/googlei18n/noto-cjk"
+source=("https://github.com/googlei18n/noto-cjk/raw/master/NotoSansCJKsc-DemiLight.otf"
+ "https://github.com/googlei18n/noto-cjk/raw/master/NotoSansMonoCJKsc-Regular.otf")
+url="https://github.com/googlei18n/noto-cjk/archive/v1.004.zip"
install=${pkgname}.install
license=("custom: SIL")
-sha256sums=('SKIP')
+sha256sums=('SKIP'
+ 'SKIP')
package() {
install -d "${pkgdir}/usr/share/fonts/OTF"