diff options
author | Aditya Naik | 2021-06-07 17:18:21 -0400 |
---|---|---|
committer | Aditya Naik | 2021-06-07 17:18:21 -0400 |
commit | 1b3e65c9cdc129a7a5156e6abd23334e3b298e70 (patch) | |
tree | e7c87817f32f266f20dc4a90537745cbf6706126 | |
parent | 2300c023891636d851186ef571d5eda92c8eb315 (diff) | |
download | aur-1b3e65c9cdc129a7a5156e6abd23334e3b298e70.tar.gz |
Updated to 1.12.0
Upgraded required Coq version to >=8.10.
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 11 |
2 files changed, 11 insertions, 10 deletions
@@ -1,16 +1,16 @@ pkgbase = mathcomp pkgdesc = The entire mathematical components library for Coq. - pkgver = 1.9.0 + pkgver = 1.12.0 pkgrel = 1 url = https://math-comp.github.io/math-comp/ arch = i686 arch = x86_64 license = GPL - depends = coq>=8.7 + depends = coq>=8.10 conflicts = ssreflect - source = mathcomp-1.9.0.tar.gz::https://github.com/math-comp/math-comp/tarball/mathcomp-1.9.0 - sha256sums = 0c9a7f8ffc4166a78141f72756f72eb739d6d2824654ef0cc34b2d8cea77a540 - sha512sums = 2ed88d8302be7279e30bc17636cdcf059f3c08d900e0734fb2dc351b8003ec2ae645bcbb6d9ee89bc342ae9176a114291f36772fe930af1528a7d0171c16b7f4 + source = mathcomp-1.12.0.tar.gz::https://github.com/math-comp/math-comp/tarball/mathcomp-1.12.0 + sha256sums = 2bb92d06235d6f91c8a7655602949aa6a0e70522b5759f87636e4bd26dc8c69d + sha512sums = d8ab930587e0716b85d86fedd2e16fd29a74a5b6a7a0d4c70f27a3a94bf8fad016e0d6d962147db6a1c39cf5083219eab67759bba55047a07c250988a9d052a6 pkgname = mathcomp @@ -1,16 +1,17 @@ -# Maintainer: William J. Bowman <aur@williamjbowman.com> +# Maintainer: Aditya Naik <nikeadilfc at gmail dot com> +# Contributor: William J. Bowman <aur@williamjbowman.com> pkgname=mathcomp -pkgver=1.9.0 +pkgver=1.12.0 pkgrel=1 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.7') +depends=('coq>=8.10') source=(mathcomp-$pkgver.tar.gz::https://github.com/math-comp/math-comp/tarball/mathcomp-$pkgver) -sha256sums=('0c9a7f8ffc4166a78141f72756f72eb739d6d2824654ef0cc34b2d8cea77a540') -sha512sums=('2ed88d8302be7279e30bc17636cdcf059f3c08d900e0734fb2dc351b8003ec2ae645bcbb6d9ee89bc342ae9176a114291f36772fe930af1528a7d0171c16b7f4') +sha256sums=('2bb92d06235d6f91c8a7655602949aa6a0e70522b5759f87636e4bd26dc8c69d') +sha512sums=('d8ab930587e0716b85d86fedd2e16fd29a74a5b6a7a0d4c70f27a3a94bf8fad016e0d6d962147db6a1c39cf5083219eab67759bba55047a07c250988a9d052a6') conflicts=('ssreflect') build() { |