Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / msolve
Commits: 7c47c244 by Antonio Rojas at 2024-07-29T17:55:02+02:00 upgpkg: 0.7.0-1: Update to 0.7.0 - - - - - 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.8 + pkgver = 0.7.0 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.8 - sha256sums = 839afd5f0c9c7f53027e3a929409449c1df25442802334a8bfd3fb67540d3e2f + source = git+https://github.com/algebraic-solving/msolve#tag=v0.7.0 + sha256sums = 54c0a3be74bd3049a59f02a0dd196b2645aa4da0ab456eca82aedbb4b1660ed2 pkgname = msolve ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <aro...@archlinux.org> pkgname=msolve -pkgver=0.6.8 +pkgver=0.7.0 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=('839afd5f0c9c7f53027e3a929409449c1df25442802334a8bfd3fb67540d3e2f') +sha256sums=('54c0a3be74bd3049a59f02a0dd196b2645aa4da0ab456eca82aedbb4b1660ed2') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/7c47c244af81f41b5c37fddf6b06a39fc06b7312 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/7c47c244af81f41b5c37fddf6b06a39fc06b7312 You're receiving this email because of your account on gitlab.archlinux.org.