Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msolve
Commits:
0b25bf30 by Antonio Rojas at 2024-07-20T11:51:24+02:00
upgpkg: 0.6.7-1: Update to 0.6.7
- - - - -
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.6
+ pkgver = 0.6.7
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.6.6
- sha256sums =
daabf06c39b0098aa2fe4f1806ae496c74324d8c10d509e4d5300ddf68e59e32
+ source = git+https://github.com/algebraic-solving/msolve#tag=v0.6.7
+ sha256sums =
9a360f6f2991c44e8b060cd7871e649c72b81b7a382f5bc9f39aa2cbf5ac6555
pkgname = msolve
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=msolve
-pkgver=0.6.6
+pkgver=0.6.7
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=('daabf06c39b0098aa2fe4f1806ae496c74324d8c10d509e4d5300ddf68e59e32')
+sha256sums=('9a360f6f2991c44e8b060cd7871e649c72b81b7a382f5bc9f39aa2cbf5ac6555')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/0b25bf30f3d66755c9ff44d25c243a362b27ec64
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/0b25bf30f3d66755c9ff44d25c243a362b27ec64
You're receiving this email because of your account on gitlab.archlinux.org.