summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuanrui Qi2020-07-28 04:46:51 +0900
committerXuanrui Qi2020-07-28 04:46:51 +0900
commitd995c72e2ba86b45525896b763b9a47ae771776a (patch)
tree3ec70607fae9e5b4a8a66cf9e9e59e2bd7c5a90e
parent42a7d2cd3ea0387d2f9bbe19a2bd8473e2bcf5a5 (diff)
downloadaur-d995c72e2ba86b45525896b763b9a47ae771776a.tar.gz
New version 2.001
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD25
2 files changed, 24 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e58584be2a9e..78e2d7f1c3b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
-# Generated by mksrcinfo v8
-# Wed Dec 28 19:04:43 UTC 2016
pkgbase = noto-fonts-tc
pkgdesc = Noto CJK-TC fonts for Traditional Chinese
- pkgver = 20150617
+ pkgver = 2.001
pkgrel = 1
- url = https://github.com/googlei18n/noto-cjk/archive/v1.004.zip
- install = noto-fonts-tc.install
+ epoch = 1
+ url = https://www.google.com/get/noto/help/cjk/
arch = any
license = custom: SIL
- depends = fontconfig
- depends = xorg-font-utils
- source = https://github.com/googlei18n/noto-cjk/raw/master/NotoSansCJKtc-Regular.otf
- source = https://github.com/googlei18n/noto-cjk/raw/master/NotoSansMonoCJKtc-Regular.otf
- sha1sums = SKIP
- sha1sums = SKIP
+ source = https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansCJKtc-Regular.otf
+ source = https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansMonoCJKtc-Regular.otf
+ source = https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/LICENSE
+ sha256sums = 273c0dca7aee567ff3b77dc30735631b49f8821e77b1175a4a7c89ef987549a8
+ sha256sums = 4e1bf51454677d918bff7438f9e7013bc02ad730c0a0f6ab0826b27fea9cdd6c
+ sha256sums = 6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2
pkgname = noto-fonts-tc
diff --git a/PKGBUILD b/PKGBUILD
index d1d7bbc2fb61..c74008c64805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,24 @@
-# Maintainer: <ariel.dabalsa@gmail.com>
+# Maintainer: Xuanrui Qi <me@xuanruiqi.com>
+# Contributor: <ariel.dabalsa@gmail.com>
pkgname=noto-fonts-tc
-pkgver=20150617
+pkgver=2.001
pkgrel=1
+epoch=1
pkgdesc="Noto CJK-TC fonts for Traditional Chinese"
arch=(any)
-depends=(fontconfig xorg-font-utils)
-source=("https://github.com/googlei18n/noto-cjk/raw/master/NotoSansCJKtc-Regular.otf"
- "https://github.com/googlei18n/noto-cjk/raw/master/NotoSansMonoCJKtc-Regular.otf")
-url="https://github.com/googlei18n/noto-cjk/archive/v1.004.zip"
-install=${pkgname}.install
+depends=()
+source=("https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansCJKtc-Regular.otf"
+ "https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansMonoCJKtc-Regular.otf"
+ "https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/LICENSE")
+sha256sums=('273c0dca7aee567ff3b77dc30735631b49f8821e77b1175a4a7c89ef987549a8'
+ '4e1bf51454677d918bff7438f9e7013bc02ad730c0a0f6ab0826b27fea9cdd6c'
+ '6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2')
+url="https://www.google.com/get/noto/help/cjk/"
license=("custom: SIL")
-sha1sums=('SKIP' 'SKIP')
package() {
- install -d "${pkgdir}/usr/share/fonts/OTF"
- install -m644 "${srcdir}/"*.otf "${pkgdir}/usr/share/fonts/OTF/"
+ install -d "${pkgdir}/usr/share/fonts/OTF"
+ install -m644 "${srcdir}/"*.otf "${pkgdir}/usr/share/fonts/OTF/"
+ install -Dm644 "${srcdir}/"LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}