aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortinywrkb2022-07-19 17:55:27 +0300
committertinywrkb2022-07-19 17:55:27 +0300
commitce7eb80ec5effdf4f35407c12ee0c80d56857c53 (patch)
treeff30de5dd3e8ccba1b3eb7280914653a21a7660f
parent8ade55a4fedcc28ee76e3896c29b54b2138aa463 (diff)
downloadaur-ce7eb80ec5effdf4f35407c12ee0c80d56857c53.tar.gz
bump to 20220126-4: fix makepkg noextract issue
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed51641ef6de..5f89d70e0e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = noto-fonts-cjk-vf
pkgdesc = Google Noto CJK variable fonts
pkgver = 20220126
- pkgrel = 3
+ pkgrel = 4
url = https://www.google.com/get/noto/
arch = any
license = custom:SIL
provides = noto-fonts-cjk
conflicts = noto-fonts-cjk
- noextract = noto-cjk-sans-*.zip
- noextract = noto-cjk-serif-*.zip
+ noextract = noto-cjk-sans-2.004.zip
+ noextract = noto-cjk-serif-2.001.zip
source = noto-cjk-sans-2.004.zip::https://github.com/googlefonts/noto-cjk/releases/download/Sans2.004/01_NotoSansCJK-OTF-VF.zip
source = NotoSansMonoCJK-VF-2.004.otf.ttc::https://github.com/googlefonts/noto-cjk/raw/165c01b46ea533872e002e0785ff17e44f6d97d8/Sans/Variable/OTC/NotoSansMonoCJK-VF.otf.ttc
source = noto-cjk-serif-2.001.zip::https://github.com/googlefonts/noto-cjk/releases/download/Serif2.001/02_NotoSerifCJK-OTF-VF.zip
diff --git a/PKGBUILD b/PKGBUILD
index dbe6e8326b9d..696492a0bae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=noto-fonts-cjk-vf
pkgname=(noto-fonts-{cjk,{cjk-,}{hk,jp,kr,sc,tc}}-vf)
pkgver=20220126
-pkgrel=3
+pkgrel=4
pkgdesc='Google Noto CJK variable fonts'
url='https://www.google.com/get/noto/'
license=(custom:SIL)
@@ -31,7 +31,7 @@ sha256sums=('d1e143273cc7ad37b710cdb0d188a32553cee9cfd60129dcee9d59f91e3c6b48'
'233846410004447b718545aa83a5375400d5e3a0219e79ff0ab50a430aec765b'
'099e5f2fff526d0d38d57ce5aa0ebd92e0886aaa937f77812f85d63d3e01e53c'
'42d6a448bae63daba8eb6123a7b5e56683536f82709ed448a0b29c12bdf18e02')
-noextract=(noto-cjk-{sans,serif}-*.zip)
+noextract=(noto-cjk-sans-${_sansver}.zip noto-cjk-serif-${_serifver}.zip)
_langs=(hk jp kr sc tc)