summarylogtreecommitdiffstats
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
parent9087d886ee5c30b676a30715b77fe1278bbee922 (diff)
downloadaur-bdf21a0e18b2c29d063e37656ffaf0f4e0570cf5.tar.gz
Updated to 1.6.1-4
Moved ocaml-findlib to makedepends.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe3371849a05..6fac96c8a02e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mathcomp
pkgdesc = The entire mathematical components library for Coq.
pkgver = 1.6.1
- pkgrel = 3
+ pkgrel = 4
url = https://math-comp.github.io/math-comp/
arch = i686
arch = x86_64
license = GPL
makedepends = camlp5-transitional>=6.12
+ makedepends = ocaml-findlib
depends = coq>=8.5
- depends = ocaml-findlib
source = mathcomp-1.6.1.tar.gz::https://github.com/math-comp/math-comp/tarball/mathcomp-1.6.1
sha256sums = b36883f87bcfdf6e9bfd4ded69c4a1215ff93b0421fabae8c852ccba15043801
sha512sums = bdafa1445483e5028796e9e9a0c63ecd248f3ac385e3003403f5749fb6454bed2084e75f1982a474f17d7f45ca4a4894ee9f7a4cd708d1fa980639f2e4c1e548
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')