summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pflug2018-08-17 12:58:00 -0400
committerDavid Pflug2018-08-17 12:58:42 -0400
commitfeee83a39af2b18242d33f406a00c96fa6759648 (patch)
tree11b8f93e8160b038c16e2bccdeee505f3bb08525
parent825a4ffe658fe043f3dd45f6772fe3409139406e (diff)
downloadaur-feee83a39af2b18242d33f406a00c96fa6759648.tar.gz
Somehow, I missed the existence of otf-bitstream-charter
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1865e813fadb..65bfa0eab7b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-bitstream-charter
- pkgdesc = OTF and TTF versions of a serif typeface designed by Matthew Carter for low resolution devices
+ pkgdesc = TTF version of a serif typeface designed by Matthew Carter for low resolution devices
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://practicaltypography.com/charter.html
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 8d9b50c24ce8..899aa1bcc2fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: David Pflug <david@pflug.email>
pkgname=ttf-bitstream-charter
pkgver=1.0
-pkgrel=1
-pkgdesc="OTF and TTF versions of a serif typeface designed by Matthew Carter for low resolution devices"
+pkgrel=2
+pkgdesc="TTF version of a serif typeface designed by Matthew Carter for low resolution devices"
arch=('any')
url="https://practicaltypography.com/charter.html"
license=('custom')
@@ -10,9 +10,7 @@ source=("http://practicaltypography.com/fonts/charter.zip")
sha256sums=('bcddb75c25406def3d461c6f161ce10f3b32433f5b2109fc0716782ff21285b7')
package() {
- install -d "${pkgdir}"/usr/share/fonts/OTF
install -d "${pkgdir}"/usr/share/fonts/TTF
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
-} \ No newline at end of file
+}