diff options
| -rwxr-xr-x | etc/utils/packager | 4 | ||||
| -rw-r--r-- | mathcomp/ssreflect/opam | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/utils/packager b/etc/utils/packager index d0c4b17..2bc5379 100755 --- a/etc/utils/packager +++ b/etc/utils/packager @@ -56,8 +56,8 @@ else # variables useful for package construction URLLINE="http: \"$ARCHIVEURL\"" CHECKSUMLINE="checksum: \"$SUM\"" - PKGS=$(ls -fs -d -1 $EXTRACTED/*/mathcomp/*/ \ - | sed -r "s?.*mathcomp/([^/]+)/?\1?" \ + PKGS=$(ls -fs -d -1 $EXTRACTED/*/mathcomp/*/opam \ + | sed -r "s?.*mathcomp/([^/]+)/opam?\1?" \ | paste -sd " " -) PKGPREFIX="$(git root)/opam/released/packages" fi diff --git a/mathcomp/ssreflect/opam b/mathcomp/ssreflect/opam index 7e57fa6..9975c68 100644 --- a/mathcomp/ssreflect/opam +++ b/mathcomp/ssreflect/opam @@ -10,7 +10,7 @@ license: "CeCILL-B" build: [ make "-j" "%{jobs}%" ] install: [ make "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp'" ] -depends: [ "coq" { ((>= "8.5" & < "8.8~") | (= "dev"))} ] +depends: [ "coq" { ((>= "8.6" & < "8.9~") | (= "dev"))} ] tags: [ "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ] authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ] |
