summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsygnmdev2018-08-24 18:19:45 +0200
committersygnmdev2018-08-24 18:19:45 +0200
commit2450dda076e39f046215af7f5fa1fb6d8f85c31d (patch)
tree20d2e1a64c38f8c2976e7267d89ccdc174285c1d /PKGBUILD
parent6f4026652cf77becd4e06c1c1de770d0309d8c32 (diff)
downloadaur-2450dda076e39f046215af7f5fa1fb6d8f85c31d.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 617cba946c2d..f3cab17aed07 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#tag=1.0.0alpha1")
options=(debug !strip)
conflicts=('sygnm-git')