summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAditya Naik2021-06-07 17:18:21 -0400
committerAditya Naik2021-06-07 17:18:21 -0400
commit1b3e65c9cdc129a7a5156e6abd23334e3b298e70 (patch)
treee7c87817f32f266f20dc4a90537745cbf6706126
parent2300c023891636d851186ef571d5eda92c8eb315 (diff)
downloadaur-mathcomp.tar.gz
Updated to 1.12.0
Upgraded required Coq version to >=8.10.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 574b3515d34c..55ab71fec0bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 93afefc21270..cb616c68a015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {