Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msolve
Commits:
6aba0012 by Antonio Rojas at 2025-09-11T10:25:51+02:00
upgpkg: 0.9.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = msolve
pkgdesc = Library for polynomial system solving through algebraic
methods
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://msolve.lip6.fr/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = msolve
depends = gcc-libs
depends = glibc
depends = gmp
- source = git+https://github.com/algebraic-solving/msolve#tag=v0.9.0
- sha256sums =
be09b8360036ddd3a7ca89f4449e9d16edd57be2a60d4a133d2cb3aadd89f1ac
+ source = git+https://github.com/algebraic-solving/msolve#tag=v0.9.1
+ sha256sums =
917e977b54f4a72ec1e182c6a28168337c761e987921b26ddf199319d5279b52
pkgname = msolve
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=msolve
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc='Library for polynomial system solving through algebraic methods'
url='https://msolve.lip6.fr/'
@@ -13,7 +13,7 @@ depends=(flint
gmp)
makedepends=(git)
source=(git+https://github.com/algebraic-solving/msolve#tag=v$pkgver)
-sha256sums=('be09b8360036ddd3a7ca89f4449e9d16edd57be2a60d4a133d2cb3aadd89f1ac')
+sha256sums=('917e977b54f4a72ec1e182c6a28168337c761e987921b26ddf199319d5279b52')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/6aba001242b6aaeaf1b44b3a4604bf273c5ca970
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/6aba001242b6aaeaf1b44b3a4604bf273c5ca970
You're receiving this email because of your account on gitlab.archlinux.org.