summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Kline2020-07-03 13:46:43 -0700
committerMatt Kline2020-07-03 13:46:43 -0700
commita1849472423f344e621fe86de23876f35bb08ebd (patch)
treeeb1acf623d559252bd827007a114b521e6fbf3a7
parent398b72c31f9eb66d62b021e547c90599c9e0d6c5 (diff)
downloadaur-a1849472423f344e621fe86de23876f35bb08ebd.tar.gz
Remove fontconfig dependency
When I started packaging fonts, it was common for them to depend on fontconfig. But back then, hooks weren't a thing and your package had to manually update font caches.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ced11691193c..624017a11a03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = otf-stix
pkgdesc = An OpenType font with math support, designed for scientific and engineering printing
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.stixfonts.org
arch = any
license = custom:OFL
- depends = fontconfig
source = https://github.com/stipub/stixfonts/raw/v2.0.2/zipfiles/STIXv2.0.2.zip
sha256sums = fef26941bf7eeab7ed6400a386211ba11360f0b2df22002382ceb3e2b551179d
diff --git a/PKGBUILD b/PKGBUILD
index cc977fe6da48..15c004ebd669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
pkgname=otf-stix
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="An OpenType font with math support, designed for scientific and engineering printing"
arch=('any')
url="http://www.stixfonts.org"
license=('custom:OFL')
-depends=('fontconfig')
source=("https://github.com/stipub/stixfonts/raw/v$pkgver/zipfiles/STIXv$pkgver.zip")
sha256sums=('fef26941bf7eeab7ed6400a386211ba11360f0b2df22002382ceb3e2b551179d')