diff options
author | Connor Behan | 2024-04-04 01:11:46 -0300 |
---|---|---|
committer | Connor Behan | 2024-04-04 01:11:46 -0300 |
commit | 9db467641bfbf33ec8688e627b2441477609acd4 (patch) | |
tree | 655b01bb3797336b00b7192bf411f153ef835163 /PKGBUILD | |
parent | 77981a36e471b2b554e3e19226f7c3c93d0c285b (diff) | |
download | aur-9db467641bfbf33ec8688e627b2441477609acd4.tar.gz |
Use non-git dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ pkgdesc="Software system for algebraic geometry and commutative algebra" arch=('i686' 'x86_64') url="http://www.math.uiuc.edu/Macaulay2/" license=('GPL') -depends=('gcc-fortran' 'readline' 'gdbm' 'gc' 'mpir' 'mpfr' 'mpsolve-git' 'boost' 'lapack' 'cblas' 'eigen' 'ntl' 'scscp' 'singular-factory' 'frobby' 'flint' 'cddlib' 'glpk' 'gfan' 'gtest' 'givaro') +depends=('gcc-fortran' 'readline' 'gdbm' 'gc' 'mpir' 'mpfr' 'mpsolve' 'boost' 'lapack' 'cblas' 'eigen' 'ntl' 'scscp' 'singular-factory' 'frobby' 'flint' 'cddlib' 'glpk' 'gfan' 'gtest' 'givaro') makedepends=('git' 'unzip' 'emacs' 'texinfo') source=('git+https://github.com/Macaulay2/M2') |