Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msolve
Commits:
1e644bff by Antonio Rojas at 2024-10-14T19:20:20+02:00
upgpkg: 0.7.3-1: Update to 0.7.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = msolve
pkgdesc = Library for polynomial system solving through algebraic
methods
- pkgver = 0.7.2
+ pkgver = 0.7.3
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.7.2
- sha256sums =
8cb4d05b1e648aed04cf0cae3b9ad65d1b0635a60dd30363cadbcd846cd2b3ed
+ source = git+https://github.com/algebraic-solving/msolve#tag=v0.7.3
+ sha256sums =
4f9b09817260655dfc08ee5173c548a99dc811dcc254a24442c4afd434c8a02f
pkgname = msolve
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=msolve
-pkgver=0.7.2
+pkgver=0.7.3
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=('8cb4d05b1e648aed04cf0cae3b9ad65d1b0635a60dd30363cadbcd846cd2b3ed')
+sha256sums=('4f9b09817260655dfc08ee5173c548a99dc811dcc254a24442c4afd434c8a02f')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/1e644bffd20d0334516d8a5433d66534d1da74ac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/1e644bffd20d0334516d8a5433d66534d1da74ac
You're receiving this email because of your account on gitlab.archlinux.org.