summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 484d816f52c4..ef2e275f23db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ttf-bitstream-charter
pkgdesc = A serif typeface designed by Matthew Carter for low resolution devices. Provides OTF, TTF and fontconfig configuration.
pkgver = 1.0
- pkgrel = 4
+ pkgrel = 5
url = https://practicaltypography.com/charter.html
arch = any
license = custom
depends = fontconfig
conflicts = otf-bitstream-charter
- source = http://practicaltypography.com/fonts/charter.zip
+ source = https://practicaltypography.com/fonts/Charter%20200512.zip
source = 82-charter.conf
- sha256sums = bcddb75c25406def3d461c6f161ce10f3b32433f5b2109fc0716782ff21285b7
+ sha256sums = 39d1615e8b9c71f6e339c4d66f9cd1c6c5e85a63e201cb880f7691fa2d26d3a3
sha256sums = 0de8093ecf7053865596d39fd1059f049abec480cf7488de366f1db6dc637cc8
pkgname = ttf-bitstream-charter
diff --git a/PKGBUILD b/PKGBUILD
index 0fd3bea9d4fa..86f83b083837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: David Pflug <david@pflug.email>
pkgname=ttf-bitstream-charter
pkgver=1.0
-pkgrel=4
+pkgrel=5
_conffile=82-charter.conf
pkgdesc="A serif typeface designed by Matthew Carter for low resolution devices. Provides OTF, TTF and fontconfig configuration."
arch=("any")
@@ -10,16 +10,16 @@ depends=("fontconfig")
conflicts=("otf-bitstream-charter")
url="https://practicaltypography.com/charter.html"
license=("custom")
-source=("http://practicaltypography.com/fonts/charter.zip" "${_conffile}")
-sha256sums=("bcddb75c25406def3d461c6f161ce10f3b32433f5b2109fc0716782ff21285b7"
- "0de8093ecf7053865596d39fd1059f049abec480cf7488de366f1db6dc637cc8")
+source=("https://practicaltypography.com/fonts/Charter%20200512.zip" "${_conffile}")
+sha256sums=('39d1615e8b9c71f6e339c4d66f9cd1c6c5e85a63e201cb880f7691fa2d26d3a3'
+ '0de8093ecf7053865596d39fd1059f049abec480cf7488de366f1db6dc637cc8')
package() {
install -d "${pkgdir}"/usr/share/fonts/TTF
install -d "${pkgdir}"/usr/share/fonts/OTF
- install -Dm644 "${srcdir}"/charter/ttf/*.ttf "${pkgdir}"/usr/share/fonts/TTF
- install -Dm644 "${srcdir}"/charter/otf/*.otf "${pkgdir}"/usr/share/fonts/OTF
- install -Dm644 "${srcdir}"/charter/license.txt "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+ 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 fontconfig file
install -d "$pkgdir"/etc/fonts/conf.avail