summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam J. Bowman2017-02-14 09:37:15 -0500
committerWilliam J. Bowman2017-02-14 09:37:15 -0500
commitbdf21a0e18b2c29d063e37656ffaf0f4e0570cf5 (patch)
tree43fa5ebc456ba973c621784a78f4ab5128ad2d37 /PKGBUILD
parent9087d886ee5c30b676a30715b77fe1278bbee922 (diff)
downloadaur-bdf21a0e18b2c29d063e37656ffaf0f4e0570cf5.tar.gz
Updated to 1.6.1-4
Moved ocaml-findlib to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b54c9d3e8b6..cf282f2ef362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=mathcomp
pkgver=1.6.1
-pkgrel=3
+pkgrel=4
pkgdesc="The entire mathematical components library for Coq."
url="https://math-comp.github.io/math-comp/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('coq>=8.5' 'ocaml-findlib') # Works with 8.4pl6, 8.5pl3, and 8.6.0 but don't quite know how to say that
-makedepends=('camlp5-transitional>=6.12')
+depends=('coq>=8.5') # Works with 8.4pl6, 8.5pl3, and 8.6.0 but don't quite know how to say that
+makedepends=('camlp5-transitional>=6.12' 'ocaml-findlib')
source=(mathcomp-$pkgver.tar.gz::https://github.com/math-comp/math-comp/tarball/mathcomp-$pkgver)
sha256sums=('b36883f87bcfdf6e9bfd4ded69c4a1215ff93b0421fabae8c852ccba15043801')
sha512sums=('bdafa1445483e5028796e9e9a0c63ecd248f3ac385e3003403f5749fb6454bed2084e75f1982a474f17d7f45ca4a4894ee9f7a4cd708d1fa980639f2e4c1e548')