Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / m4ri
Commits:
46e6f53c by Antonio Rojas at 2025-01-28T11:35:33+01:00
upgpkg: 20250128-1: Update to 20250128
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = m4ri
pkgdesc = Algorithms for linear algebra over F_2
- pkgver = 20240729
- pkgrel = 6
+ pkgver = 20250128
+ pkgrel = 1
url = https://bitbucket.org/malb/m4ri
arch = x86_64
license = GPL-2.0-or-later
@@ -9,7 +9,7 @@ pkgbase = m4ri
depends = gcc-libs
depends = glibc
depends = libpng
- source = git+https://github.com/malb/m4ri#tag=release-20240729
- sha256sums =
3e1224490cb5c93e5ed18f89ae3345f710787d246c096b989583fa340e573b2a
+ source = git+https://github.com/malb/m4ri#tag=20250128
+ sha256sums =
fc9c7378343c24a0dcbbdd3f41a8c52737677d954e998d6b6f94fcc714f62939
pkgname = m4ri
=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,3 @@
[m4ri]
source = "git"
git = "https://github.com/malb/m4ri.git"
-prefix = 'release-'
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Rémy Oudompheng <[email protected]>
pkgname=m4ri
-pkgver=20240729
-pkgrel=6
+pkgver=20250128
+pkgrel=1
pkgdesc='Algorithms for linear algebra over F_2'
arch=(x86_64)
url='https://bitbucket.org/malb/m4ri'
@@ -12,14 +12,12 @@ depends=(gcc-libs
glibc
libpng)
makedepends=(git)
-source=(git+https://github.com/malb/m4ri#tag=release-$pkgver)
-sha256sums=('3e1224490cb5c93e5ed18f89ae3345f710787d246c096b989583fa340e573b2a')
+source=(git+https://github.com/malb/m4ri#tag=$pkgver)
+sha256sums=('fc9c7378343c24a0dcbbdd3f41a8c52737677d954e998d6b6f94fcc714f62939')
prepare() {
cd $pkgname
- git cherry-pick -n 3197be5f7d3c67e8f13e32516557f35cbf4ff6ce # Fix CFLAGS in
pc file
sed -e '/AX_EXT/d' -i configure.ac # Disable CPU autodetection
- sed -e 's|\@SIMD_FLAGS\@||' -i m4ri.pc.in -i m4ri/m4ri_config.h.in
autoreconf -vi
}
@@ -35,7 +33,7 @@ build() {
check() {
cd $pkgname
- make check -j1
+ make check
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4ri/-/commit/46e6f53c6337a8c0160de3c7d811d2d613c0d800
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4ri/-/commit/46e6f53c6337a8c0160de3c7d811d2d613c0d800
You're receiving this email because of your account on gitlab.archlinux.org.