summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluxcem2021-05-17 11:50:56 +0200
committerluxcem2021-05-17 11:50:56 +0200
commita66c469e395b23507a7313faa089e6e799b6b027 (patch)
treeaf1ba6a47d9400c586d0a5255bbec9fce862580b
parentcc4c5a6d75fb31aea9990c36185712d4aa09ce42 (diff)
downloadaur-ttf-bitstream-charter.tar.gz
Update package.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef2e275f23db..0fb10e4073af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,9 @@ pkgbase = ttf-bitstream-charter
license = custom
depends = fontconfig
conflicts = otf-bitstream-charter
- source = https://practicaltypography.com/fonts/Charter%20200512.zip
+ source = https://practicaltypography.com/fonts/Charter%20210112.zip
source = 82-charter.conf
- sha256sums = 39d1615e8b9c71f6e339c4d66f9cd1c6c5e85a63e201cb880f7691fa2d26d3a3
+ sha256sums = b40297f1a615f94594bdad0995848eb2223fb53ccb4ea197cabf24439bd811c9
sha256sums = 0de8093ecf7053865596d39fd1059f049abec480cf7488de366f1db6dc637cc8
pkgname = ttf-bitstream-charter
diff --git a/PKGBUILD b/PKGBUILD
index 86f83b083837..d83d2eda1c98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,16 +10,16 @@ depends=("fontconfig")
conflicts=("otf-bitstream-charter")
url="https://practicaltypography.com/charter.html"
license=("custom")
-source=("https://practicaltypography.com/fonts/Charter%20200512.zip" "${_conffile}")
-sha256sums=('39d1615e8b9c71f6e339c4d66f9cd1c6c5e85a63e201cb880f7691fa2d26d3a3'
+source=("https://practicaltypography.com/fonts/Charter%20210112.zip" "${_conffile}")
+sha256sums=('b40297f1a615f94594bdad0995848eb2223fb53ccb4ea197cabf24439bd811c9'
'0de8093ecf7053865596d39fd1059f049abec480cf7488de366f1db6dc637cc8')
package() {
install -d "${pkgdir}"/usr/share/fonts/TTF
install -d "${pkgdir}"/usr/share/fonts/OTF
- install -Dm644 "${srcdir}/Charter/Charter/OpenType TT/"*.ttf "${pkgdir}"/usr/share/fonts/TTF
- install -Dm644 "${srcdir}"/Charter/Charter/OpenType/*.otf "${pkgdir}"/usr/share/fonts/OTF
- install -Dm644 "${srcdir}/Charter/Charter license.txt" "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+ install -Dm644 "${srcdir}/Charter 210112/TTF format (best for Windows)/Charter/"*.ttf "${pkgdir}"/usr/share/fonts/TTF
+ install -Dm644 "${srcdir}/Charter 210112/OTF format (best for Mac OS)/Charter/"*.otf "${pkgdir}"/usr/share/fonts/OTF
+ install -Dm644 "${srcdir}/Charter 210112/Charter license.txt" "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
# Install fontconfig file
install -d "$pkgdir"/etc/fonts/conf.avail