summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam J. Bowman2017-02-08 17:42:52 -0500
committerWilliam J. Bowman2017-02-08 17:43:35 -0500
commit68437994422cace292cf6701657a012a50173bb3 (patch)
tree32755c11e0482a2f804f65db0b4bc854e2769014 /PKGBUILD
parent3706a123ca896e4b4b0fcf7727cad7cc6979038d (diff)
downloadaur-68437994422cace292cf6701657a012a50173bb3.tar.gz
Updated to 1.6.1-4
Added missing make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e715713d98c3..1a3a7a39501f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
pkgname=ssreflect
pkgver=1.6.1
-pkgrel=2
+pkgrel=4
pkgdesc="The ssreflect unit of the mathematical components library for Coq."
url="https://math-comp.github.io/math-comp/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('coq>=8.5') # Works with 8.4pl6, 8.5pl3, and 8.6.0 but don't quite know how to say that
+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')
source=(mathcomp-$pkgver.tar.gz::https://github.com/math-comp/math-comp/tarball/mathcomp-$pkgver)
sha256sums=('b36883f87bcfdf6e9bfd4ded69c4a1215ff93b0421fabae8c852ccba15043801')