Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
msolve


Commits:
d26bfbe9 by Antonio Rojas at 2024-09-18T20:09:30+02:00
upgpkg: 0.7.2-1: Update to 0.7.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = msolve
        pkgdesc = Library for polynomial system solving through algebraic 
methods
-       pkgver = 0.7.1
+       pkgver = 0.7.2
        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.7.1
-       sha256sums = 
9e988165b31a375e8ece3f77f0e1a5da4e9a9e0d0ac1b6f1b660a66d0465c2a5
+       source = git+https://github.com/algebraic-solving/msolve#tag=v0.7.2
+       sha256sums = 
8cb4d05b1e648aed04cf0cae3b9ad65d1b0635a60dd30363cadbcd846cd2b3ed
 
 pkgname = msolve


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=msolve
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc='Library for polynomial system solving through algebraic methods'
 url='https://msolve.lip6.fr/'
@@ -13,12 +13,12 @@ depends=(flint
          gmp)
 makedepends=(git)
 source=(git+https://github.com/algebraic-solving/msolve#tag=v$pkgver)
-sha256sums=('9e988165b31a375e8ece3f77f0e1a5da4e9a9e0d0ac1b6f1b660a66d0465c2a5')
+sha256sums=('8cb4d05b1e648aed04cf0cae3b9ad65d1b0635a60dd30363cadbcd846cd2b3ed')
 
 prepare() {
   cd $pkgname
   sed -e '/AX_EXT/d' -i configure.ac # Disable CPU autodetection
-  ./autogen.sh
+  autoreconf -vi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/d26bfbe93f1d5a5922159672f1f09cb0016ef7c5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/d26bfbe93f1d5a5922159672f1f09cb0016ef7c5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to