summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Deljanov2020-12-23 23:49:21 -0500
committerPhilip Deljanov2020-12-23 23:49:21 -0500
commitb88b1706c9d3ff73c412fba40f242d60a61e353a (patch)
tree41fe18bfe065d3bb06affcd08e5bb39039103df7
parentf9bef408331744b9b19ee5de5c4ef0d9865dac3b (diff)
downloadaur-fontconfig-infinality-remix.tar.gz
Fix fontconfig docs build error.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65963e2fb9d5..6940e4dd9974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fontconfig-infinality-remix
pkgdesc = A library for configuring and customizing font access, optimized for Infinality Remix.
pkgver = 2.13.91+48+gfcb0420
- pkgrel = 2
+ pkgrel = 3
epoch = 2
url = http://www.fontconfig.org/release/
install = fontconfig-infinality-remix.install
diff --git a/PKGBUILD b/PKGBUILD
index e1a139f57e08..a7adc604e974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A library for configuring and customizing font access, optimized for In
url='http://www.fontconfig.org/release/'
license=('custom' 'MIT')
pkgver=2.13.91+48+gfcb0420
-pkgrel=2
+pkgrel=3
epoch=2
arch=(i686 x86_64)
groups=('infinality-remix')
@@ -107,7 +107,8 @@ build() {
--localstatedir=/var \
--disable-static \
--with-default-fonts=/usr/share/fonts \
- --with-add-fonts=/usr/share/fonts
+ --with-add-fonts=/usr/share/fonts \
+ --disable-docs
make
}