Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msolve
Commits:
d0ed1b59 by Antonio Rojas at 2024-02-26T23:13:58+01:00
upgpkg: 0.6.5-1: Update to 0.6.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = msolve
pkgdesc = Library for polynomial system solving through algebraic
methods
- pkgver = 0.6.4
- pkgrel = 2
+ pkgver = 0.6.5
+ pkgrel = 1
url = https://msolve.lip6.fr/
arch = x86_64
license = GPL-2.0-or-later
@@ -9,7 +9,7 @@ pkgbase = msolve
depends = gcc-libs
depends = glibc
depends = gmp
- source =
https://github.com/algebraic-solving/msolve/archive/v0.6.4/msolve-0.6.4.tar.gz
- sha256sums =
cda6805b6a9612eebf3f438f1fcf69ecda7424f96a4ae4ce5e311923a8af6d21
+ source =
https://github.com/algebraic-solving/msolve/archive/v0.6.5/msolve-0.6.5.tar.gz
+ sha256sums =
30e3712eab4077438e2b3228d5958adb7e8488e523244a02320f80bd8c412c89
pkgname = msolve
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=msolve
-pkgver=0.6.4
-pkgrel=2
+pkgver=0.6.5
+pkgrel=1
pkgdesc='Library for polynomial system solving through algebraic methods'
url='https://msolve.lip6.fr/'
arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(flint
gmp)
makedepends=()
source=(https://github.com/algebraic-solving/msolve/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('cda6805b6a9612eebf3f438f1fcf69ecda7424f96a4ae4ce5e311923a8af6d21')
+sha256sums=('30e3712eab4077438e2b3228d5958adb7e8488e523244a02320f80bd8c412c89')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/d0ed1b59558552375a8c0db069bdcef36bb209c2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/d0ed1b59558552375a8c0db069bdcef36bb209c2
You're receiving this email because of your account on gitlab.archlinux.org.