Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msolve
Commits:
213076e3 by Antonio Rojas at 2023-11-03T00:20:11+01:00
upgpkg: 0.6.1-1: Update to 0.6.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.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://msolve.lip6.fr/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = msolve
depends = gcc-libs
depends = glibc
depends = gmp
- source =
https://github.com/algebraic-solving/msolve/archive/v0.6.0/msolve-0.6.0.tar.gz
- sha256sums =
a53826001936d89a674289c8fcc3ab2789b0789d3a7561dee30331a77d63143a
+ source =
https://github.com/algebraic-solving/msolve/archive/v0.6.1/msolve-0.6.1.tar.gz
+ sha256sums =
f7bc33322b6c851ce67b1b1d09979f6244fd1211ca853ad5328debdd4e3bf242
pkgname = msolve
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=msolve
-pkgver=0.6.0
+pkgver=0.6.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=()
source=(https://github.com/algebraic-solving/msolve/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('a53826001936d89a674289c8fcc3ab2789b0789d3a7561dee30331a77d63143a')
+sha256sums=('f7bc33322b6c851ce67b1b1d09979f6244fd1211ca853ad5328debdd4e3bf242')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/213076e3006e139e38ec571a157f823d67254383
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/213076e3006e139e38ec571a157f823d67254383
You're receiving this email because of your account on gitlab.archlinux.org.