summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-04-08 17:53:22 -0500
committerCarlos Aznarán Laos2022-04-08 17:53:22 -0500
commit18466c0b7f9c0b5f2df7269865533bffecb785d5 (patch)
tree5051b34fbed7898ff816a3cd3f7fd91be4c85373 /PKGBUILD
parent793a490629455e0c84c9f02ea9f25eed69305a67 (diff)
downloadaur-18466c0b7f9c0b5f2df7269865533bffecb785d5.tar.gz
Add bc as makedependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7cd350530546..8776f7e9927b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=lyx
pkgver=2.3.6.1
-pkgrel=4
+pkgrel=5
pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
arch=('x86_64')
url="https://www.lyx.org"
depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'hunspell'
'libmythes' 'file' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('boost')
+makedepends=('boost' 'bc')
optdepends=('rcs: built-in version control system'
'texlive-latexextra: float wrap support'
'python: support for python scripts')