summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2021-12-15 18:38:16 +0100
committerhaawda2021-12-15 18:38:16 +0100
commit2fdf0022817edd94e1091bcb422d880d988cd779 (patch)
tree8d0d3a3738a6e722b880a73603d2b0f0daf047f2 /PKGBUILD
parentaf609a454e297636e3d2a87b13d631c0a544aefc (diff)
downloadaur-asymptote-git.tar.gz
other makedeps were missing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e517e0e0645..aed3f0c054f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,14 @@
pkgname=asymptote-git
epoch=2
pkgver=2.71.r617.g6d686ea3
-pkgrel=1
+pkgrel=2
pkgdesc="A vector graphics language (like metapost)"
arch=('i686' 'x86_64')
url="https://github.com/vectorgraphics/asymptote"
license=('LGPL3')
depends=('gc' 'python' 'freeglut' 'gsl' 'fftw' 'libsigsegv' 'boost-libs')
-makedepends=('git' 'flex' 'ghostscript' 'imagemagick' 'librsvg' 'rapidjson' 'glm')
+makedepends=('git' 'flex' 'ghostscript' 'imagemagick' 'librsvg' 'boost' 'rapidjson' 'glu' 'glm')
+checkdepends=('texlive-core')
optdepends=('python-pyqt5: for the xasy GUI'
'tix: for the xasy GUI'
'python-cson: for the xasy GUI')