summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam J. Bowman2017-02-08 18:01:53 -0500
committerWilliam J. Bowman2017-02-08 18:01:53 -0500
commit9087d886ee5c30b676a30715b77fe1278bbee922 (patch)
treea2e6e52ad42a1925af7115d65818caedc951fbe5
parenta296f62fc4034c07a87c354850df82a89fee0754 (diff)
downloadaur-9087d886ee5c30b676a30715b77fe1278bbee922.tar.gz
Updated to 1.6.1-3
Added missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88f839a6ceed..fe3371849a05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mathcomp
pkgdesc = The entire mathematical components library for Coq.
pkgver = 1.6.1
- pkgrel = 2
+ pkgrel = 3
url = https://math-comp.github.io/math-comp/
arch = i686
arch = x86_64
license = GPL
makedepends = camlp5-transitional>=6.12
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 88bd7012e1eb..2b54c9d3e8b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=mathcomp
pkgver=1.6.1
-pkgrel=2
+pkgrel=3
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') # 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')