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


Commits:
6ce41f3d by Antonio Rojas at 2025-09-22T11:06:22+02:00
upgpkg: 5.0.0-2: Upstream retag

Fixes #2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = eigen
        pkgdesc = Lightweight C++ template library for vector and matrix math, 
a.k.a. linear algebra
        pkgver = 5.0.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://eigen.tuxfamily.org
        arch = x86_64
        license = MPL-2.0
@@ -18,6 +18,6 @@ pkgbase = eigen
        depends = gcc-libs
        depends = glibc
        source = git+https://gitlab.com/libeigen/eigen#tag=5.0.0
-       sha256sums = 
7dbe12e281c9525b6418a78d482080929b491730debd3c38da0566575f77e495
+       sha256sums = 
d4b3442472e29429cce723408a1358ab2b1e357888ffda5bcba335f71937d0c9
 
 pkgname = eigen


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=eigen
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra'
 arch=(x86_64)
 url='https://eigen.tuxfamily.org'
@@ -20,7 +20,7 @@ makedepends=(cmake
              git
              suitesparse)
 source=(git+https://gitlab.com/libeigen/eigen#tag=$pkgver)
-sha256sums=('7dbe12e281c9525b6418a78d482080929b491730debd3c38da0566575f77e495')
+sha256sums=('d4b3442472e29429cce723408a1358ab2b1e357888ffda5bcba335f71937d0c9')
 
 build() {
   cmake -B build -S $pkgname \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/eigen/-/commit/6ce41f3df6e59862d770d07d0cbe38e7d735edcc

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


Reply via email to