summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2021-11-06 22:56:19 -0300
committerPaulo Matias2021-11-06 22:56:19 -0300
commit0e3ea264aca2498c65359c2217a686ecffafc4e6 (patch)
tree02249dd842630bf1e9a44049a6510e4b8e5cfe3a /PKGBUILD
parent26ea87bf26758ae1695ecc2a5ab811514cd783fb (diff)
downloadaur-0e3ea264aca2498c65359c2217a686ecffafc4e6.tar.gz
fix makedepend for docs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cac95166ae25..e6dd9b4d0614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url='https://github.com/B-Lang-org/bsc'
license=('BSD')
depends=('haskell-old-time' 'haskell-syb' 'haskell-regex-compat' 'haskell-split')
-makedepends=('git' 'gperf' 'ghc' 'tcl' 'texlive-most')
+makedepends=('git' 'gperf' 'ghc' 'tcl' 'texlive-latexextra' 'texlive-fontsextra')
# workaround for pkgrel overwritten on regen (by TkG)
# rebuild whenever some haskell depend is rebuilt
eval pkgrel=$(pacman -Si ${depends[@]} | awk '/Version/{sum+=substr($0,match($0,/[^-]+$/))}END{print sum}')