Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msolve
Commits:
358d8ac1 by Antonio Rojas at 2023-10-30T22:30:49+01:00
upgpkg: 0.6.0-1: Update to 0.6.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = msolve
pkgdesc = Library for polynomial system solving through algebraic
methods
- pkgver = 0.5.0
- pkgrel = 2
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://msolve.lip6.fr/
arch = x86_64
license = GPL2
@@ -9,9 +9,7 @@ pkgbase = msolve
depends = gcc-libs
depends = glibc
depends = gmp
- source =
https://github.com/algebraic-solving/msolve/archive/v0.5.0/msolve-0.5.0.tar.gz
- source =
https://github.com/algebraic-solving/msolve/commit/fe730579.patch
- sha256sums =
08daa2fc7447ba7074b28a4d263ef05fad42dca5b30310971948307ee3ed38d3
- sha256sums =
f9103720a6ce3d99c378cf750a3359b9a3d8f2e17ad45d9f7a3e2d689f225f82
+ source =
https://github.com/algebraic-solving/msolve/archive/v0.6.0/msolve-0.6.0.tar.gz
+ sha256sums =
a53826001936d89a674289c8fcc3ab2789b0789d3a7561dee30331a77d63143a
pkgname = msolve
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=msolve
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
pkgdesc='Library for polynomial system solving through algebraic methods'
url='https://msolve.lip6.fr/'
arch=(x86_64)
@@ -12,15 +12,12 @@ depends=(flint
glibc
gmp)
makedepends=()
-source=(https://github.com/algebraic-solving/msolve/archive/v$pkgver/$pkgname-$pkgver.tar.gz
- https://github.com/algebraic-solving/msolve/commit/fe730579.patch)
-sha256sums=('08daa2fc7447ba7074b28a4d263ef05fad42dca5b30310971948307ee3ed38d3'
- 'f9103720a6ce3d99c378cf750a3359b9a3d8f2e17ad45d9f7a3e2d689f225f82')
+source=(https://github.com/algebraic-solving/msolve/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('a53826001936d89a674289c8fcc3ab2789b0789d3a7561dee30331a77d63143a')
prepare() {
cd $pkgname-$pkgver
./autogen.sh
- patch -p1 -i ../fe730579.patch # Fix build with flint 3
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/358d8ac1c5b4593de5f6d412ae1ff7d6cdbcb3aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/358d8ac1c5b4593de5f6d412ae1ff7d6cdbcb3aa
You're receiving this email because of your account on gitlab.archlinux.org.