summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522023-10-26 14:15:53 +0200
committertytan6522023-10-26 14:15:53 +0200
commit7c4cbbef51312a30cc6a1aa27c7ef424a1ba8804 (patch)
tree662e1e45fb0c1717f9f024e24abefade3ea3f0fd /PKGBUILD
parent0ad838340dbde5441490009b7a6eaae6a533443d (diff)
downloadaur-7c4cbbef51312a30cc6a1aa27c7ef424a1ba8804.tar.gz
build: Disable HTML pages
Texinfo 7.1 seems to have introduced some breakage
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa1ad1b1515f..2f59adc75073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ fi
pkgname=ffmpeg-obs
pkgver=6.0.r12.ga6dc929
-pkgrel=8
+pkgrel=9
pkgdesc='Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD'
arch=('x86_64' 'aarch64')
url=https://ffmpeg.org/
@@ -387,6 +387,9 @@ if [[ $_nonfree_enabled == 'ON' ]]; then
_args+=(--enable-nonfree)
fi
+# Avoid failing because of texinfo 7.1
+_args+=(--disable-htmlpages)
+
prepare() {
cd ffmpeg