summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluxcem2020-02-22 16:37:01 +0100
committerluxcem2020-02-22 16:37:01 +0100
commitde21c726aa254ba601d2f693a98f5d0ee0c10daa (patch)
tree2135a51b834feee6e2a7a26b169fbdb3bb3972f8
parent87d1038a6e45c13bc080795da443769fde4467d5 (diff)
downloadaur-de21c726aa254ba601d2f693a98f5d0ee0c10daa.tar.gz
Removes provide ttf-font
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4184c4d966a8..484d816f52c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
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 = 3
+ pkgrel = 4
url = https://practicaltypography.com/charter.html
arch = any
license = custom
depends = fontconfig
- provides = ttf-font
- provides = otf-font
conflicts = otf-bitstream-charter
source = http://practicaltypography.com/fonts/charter.zip
source = 82-charter.conf
diff --git a/PKGBUILD b/PKGBUILD
index 2204ca163c89..0fd3bea9d4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
# Contributor: David Pflug <david@pflug.email>
pkgname=ttf-bitstream-charter
pkgver=1.0
-pkgrel=3
+pkgrel=4
_conffile=82-charter.conf
pkgdesc="A serif typeface designed by Matthew Carter for low resolution devices. Provides OTF, TTF and fontconfig configuration."
arch=("any")
depends=("fontconfig")
-provides=('ttf-font' 'otf-font')
conflicts=("otf-bitstream-charter")
url="https://practicaltypography.com/charter.html"
license=("custom")