Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msolve
Commits:
7bdc75e9 by Antonio Rojas at 2025-12-04T14:19:24+01:00
upgpkg: 0.9.3-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = msolve
pkgdesc = Library for polynomial system solving through algebraic
methods
- pkgver = 0.9.2
- pkgrel = 2
+ pkgver = 0.9.3
+ pkgrel = 1
url = https://msolve.lip6.fr/
arch = x86_64
license = GPL-2.0-or-later
@@ -10,7 +10,7 @@ pkgbase = msolve
depends = gcc-libs
depends = glibc
depends = gmp
- source = git+https://github.com/algebraic-solving/msolve#tag=v0.9.2
- sha256sums =
aaea2124102e41c16c8b627b9d9a392018370c81d88997f719ad3649335a1d92
+ source = git+https://github.com/algebraic-solving/msolve#tag=v0.9.3
+ sha256sums =
c2db5fdd5ce7e1b4f26f42b5135a4ee23603509c17325f80882883c9bc9c5658
pkgname = msolve
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=msolve
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
pkgdesc='Library for polynomial system solving through algebraic methods'
url='https://msolve.lip6.fr/'
arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(flint
gmp)
makedepends=(git)
source=(git+https://github.com/algebraic-solving/msolve#tag=v$pkgver)
-sha256sums=('aaea2124102e41c16c8b627b9d9a392018370c81d88997f719ad3649335a1d92')
+sha256sums=('c2db5fdd5ce7e1b4f26f42b5135a4ee23603509c17325f80882883c9bc9c5658')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/7bdc75e9cfbb93b493ea9e02ba69608bea9607a4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/7bdc75e9cfbb93b493ea9e02ba69608bea9607a4
You're receiving this email because of your account on gitlab.archlinux.org.