summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b21bd385f8e9..b4169efd1fb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = noto-fonts-sc
pkgdesc = Noto CJK-SC fonts for Simplified Chinese
pkgver = 2.001
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://www.google.com/get/noto/help/cjk/
install = noto-fonts-sc.install
arch = any
license = custom: SIL
- depends = fontconfig
- depends = xorg-font-utils
source = https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansCJKsc-Regular.otf
source = https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansMonoCJKsc-Regular.otf
source = https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index e733e4e0402a..d9b384d84bd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=noto-fonts-sc
pkgver=2.001
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="Noto CJK-SC fonts for Simplified Chinese"
arch=(any)
-depends=(fontconfig xorg-font-utils)
+depends=()
source=("https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansCJKsc-Regular.otf"
"https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansMonoCJKsc-Regular.otf"
"https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/LICENSE")