Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msolve
Commits:
82246d07 by Antonio Rojas at 2024-08-01T08:26:09+02:00
upgpkg: 0.7.1-1: Update to 0.7.1
- - - - -
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.0
+ pkgver = 0.7.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.7.0
- sha256sums =
54c0a3be74bd3049a59f02a0dd196b2645aa4da0ab456eca82aedbb4b1660ed2
+ source = git+https://github.com/algebraic-solving/msolve#tag=v0.7.1
+ sha256sums =
9e988165b31a375e8ece3f77f0e1a5da4e9a9e0d0ac1b6f1b660a66d0465c2a5
pkgname = msolve
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=msolve
-pkgver=0.7.0
+pkgver=0.7.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=('54c0a3be74bd3049a59f02a0dd196b2645aa4da0ab456eca82aedbb4b1660ed2')
+sha256sums=('9e988165b31a375e8ece3f77f0e1a5da4e9a9e0d0ac1b6f1b660a66d0465c2a5')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/82246d073217acf02d20479e043d5f4a2076304e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/82246d073217acf02d20479e043d5f4a2076304e
You're receiving this email because of your account on gitlab.archlinux.org.