Date: Saturday, April 9, 2022 @ 08:33:37 Author: andyrtr Revision: 442145
add texlive-latexextra for documentation build Modified: linux-lts/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-09 06:11:25 UTC (rev 442144) +++ PKGBUILD 2022-04-09 08:33:37 UTC (rev 442145) @@ -2,7 +2,7 @@ pkgbase=linux-lts pkgver=5.15.33 -pkgrel=1 +pkgrel=1.2 pkgdesc='LTS Linux' url="https://www.kernel.org/" arch=(x86_64) @@ -9,7 +9,7 @@ license=(GPL2) makedepends=( bc kmod libelf pahole cpio perl tar xz - xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick + xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick texlive-latexextra ) options=('!strip') _srcname=linux-$pkgver
