summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2021-11-06 22:16:40 -0300
committerPaulo Matias2021-11-06 22:16:40 -0300
commitedb539c4a30e19d9afc69d669544fc8fdb221c57 (patch)
tree6c2660d4926ac890f2991da7461172ff0d32c8da /PKGBUILD
parent5d7b4a08f8da71115dc6cfc6f79d5e5599a79b08 (diff)
downloadaur-edb539c4a30e19d9afc69d669544fc8fdb221c57.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 ac095ffca62d..ffb5aa5de448 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-core')
+makedepends=('git' 'gperf' 'ghc' 'tcl' 'texlive-latexextra')
# 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}')