Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msolve
Commits:
0b3fe23c by Antonio Rojas at 2026-06-15T16:04:35+02:00
upgpkg: 0.10.0-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.5
- pkgrel = 2
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://msolve.lip6.fr/
arch = x86_64
license = GPL-2.0-or-later
@@ -11,7 +11,7 @@ pkgbase = msolve
depends = gmp
depends = libgcc
depends = libgomp
- source = git+https://github.com/algebraic-solving/msolve#tag=v0.9.5
- sha256sums =
296b049b6197cb2e74424060b8465f4dbfc71ed8d3939ca761a29f8e07f60436
+ source = git+https://github.com/algebraic-solving/msolve#tag=v0.10.0
+ sha256sums =
3c60ce808a4ee15de321b6bd7f7f118b5ec909c44303ec07f8f4fd37604037bc
pkgname = msolve
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=msolve
-pkgver=0.9.5
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
pkgdesc='Library for polynomial system solving through algebraic methods'
url='https://msolve.lip6.fr/'
arch=(x86_64)
@@ -14,7 +14,7 @@ depends=(flint
libgomp)
makedepends=(git)
source=(git+https://github.com/algebraic-solving/msolve#tag=v$pkgver)
-sha256sums=('296b049b6197cb2e74424060b8465f4dbfc71ed8d3939ca761a29f8e07f60436')
+sha256sums=('3c60ce808a4ee15de321b6bd7f7f118b5ec909c44303ec07f8f4fd37604037bc')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/0b3fe23c3d043f590c180dcc5f38ac9ca9b2d9ce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/0b3fe23c3d043f590c180dcc5f38ac9ca9b2d9ce
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help