summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7934a0d9a67..651a14961841 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = noto-fonts-sc
pkgdesc = Noto CJK-SC fonts for Simplified Chinese
- pkgver = 20160412
+ pkgver = 20150617
pkgrel = 1
url = https://github.com/googlei18n/noto-cjk
install = noto-fonts-sc.install
@@ -8,7 +8,7 @@ pkgbase = noto-fonts-sc
license = custom: SIL
depends = fontconfig
depends = xorg-font-utils
- source = https://github.com/googlei18n/noto-cjk/raw/master/NotoSansCJKsc-DemiLight.otf
+ source = https://github.com/googlei18n/noto-cjk/raw/master/NotoSansCJKsc-Regular.otf
sha256sums = SKIP
source = https://github.com/googlei18n/noto-cjk/raw/master/NotoSanSMonoCJKsc-Regular.otf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e6c309f9b743..422fd88d7fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: halflife <pigoig_At_gmail_com>
pkgname=noto-fonts-sc
-pkgver=20160412
+pkgver=20150617
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"
+source=("https://github.com/googlei18n/noto-cjk/raw/master/NotoSansCJKsc-Regular.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