Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msolve
Commits:
00e85c9c by Antonio Rojas at 2023-12-17T00:27:56+01:00
upgpkg: 0.6.3-1: Update to 0.6.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.6.2
+ pkgver = 0.6.3
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.2/msolve-0.6.2.tar.gz
- sha256sums =
27a79f2dbdd4736ed0f04ea71c972e3f1732aa397284c9d5eca24f061a663fa0
+ source =
https://github.com/algebraic-solving/msolve/archive/v0.6.3/msolve-0.6.3.tar.gz
+ sha256sums =
b9d34649c4076f3ce2791e63e662f7688fcc879121481f9dd1fe6954e73ea1de
pkgname = msolve
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=msolve
-pkgver=0.6.2
+pkgver=0.6.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=()
source=(https://github.com/algebraic-solving/msolve/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('27a79f2dbdd4736ed0f04ea71c972e3f1732aa397284c9d5eca24f061a663fa0')
+sha256sums=('b9d34649c4076f3ce2791e63e662f7688fcc879121481f9dd1fe6954e73ea1de')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/00e85c9c9756af445003427988c1c15331878a4b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/00e85c9c9756af445003427988c1c15331878a4b
You're receiving this email because of your account on gitlab.archlinux.org.