summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsygnmdev2018-08-24 18:22:04 +0200
committersygnmdev2018-08-24 18:22:04 +0200
commit8245fd0d63bfc47912e66d6d5d20461896e3aa29 (patch)
tree48ccae6770d9b4640fbe4a36cee227defa59f31d /PKGBUILD
parent7d5e0133a189e52f70371214f99f74d414532d17 (diff)
downloadaur-8245fd0d63bfc47912e66d6d5d20461896e3aa29.tar.gz
updated dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa267751782e..4780870dfb3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="Computer algebra framework (currently alpha, install only if you know w
arch=('i686' 'x86_64' 'armv6h')
url="https://sygnm.org/"
license=('AGPL3')
-depends=('flint' 'arb' 'boost-libs' 'icu' 'gmp' 'qt5-base' 'readline' 'python' 'sqlite')
-makedepends=('boost' 'cmake' 'swig' 'python' 'python-setuptools')
+depends=('flint' 'arb' 'boost-libs' 'icu' 'gmp' 'qt5-base' 'readline' 'python' 'sqlite' 'libmpc' 'mpfr' 'gmp-ecm' 'eigen' 'ruby' 'jdk7-openjdk')
+makedepends=('boost' 'cmake' 'swig' 'python' 'python-setuptools' 'pandoc' 'python-pypandoc')
source=("sygnm-git::git+https://git.sygnm.org/sygnmdev/sygnm.git")
options=(debug !strip)
conflicts=('sygnm')