Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
givaro
Commits:
9dcea9eb by Antonio Rojas at 2025-02-10T20:36:24+01:00
upgpkg: 4.2.1-1: Update to 4.2.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = givaro
pkgdesc = C++ library for arithmetic and algebraic computations
- pkgver = 4.2.0
- pkgrel = 2
- url = http://givaro.forge.imag.fr/
+ pkgver = 4.2.1
+ pkgrel = 1
+ url = https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/
arch = x86_64
license = CECILL-B
makedepends = git
@@ -10,7 +10,7 @@ pkgbase = givaro
depends = glibc
depends = gmp
depends = sh
- source = git+https://github.com/linbox-team/givaro#tag=v4.2.0
- sha256sums =
bb3da8e6b00e4a906ef452e70920cdd045c06b022d48fa977c2f431677bbad8a
+ source = git+https://github.com/linbox-team/givaro#tag=v4.2.1
+ sha256sums =
ea51fe102ba4ff5e267e1c524873ad313dc985d480de3317bdf0b9cd87f4dc5b
pkgname = givaro
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Rémy Oudompheng <[email protected]>
pkgname=givaro
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
pkgdesc='C++ library for arithmetic and algebraic computations'
arch=(x86_64)
url='https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/'
@@ -14,7 +14,7 @@ depends=(gcc-libs
sh)
makedepends=(git)
source=(git+https://github.com/linbox-team/givaro#tag=v$pkgver)
-sha256sums=('bb3da8e6b00e4a906ef452e70920cdd045c06b022d48fa977c2f431677bbad8a')
+sha256sums=('ea51fe102ba4ff5e267e1c524873ad313dc985d480de3317bdf0b9cd87f4dc5b')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/givaro/-/commit/9dcea9ebdb454339619b1e8e370b71874e3573b8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/givaro/-/commit/9dcea9ebdb454339619b1e8e370b71874e3573b8
You're receiving this email because of your account on gitlab.archlinux.org.