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


Commits:
6c91f796 by Antonio Rojas at 2024-10-17T19:43:35+02:00
upgpkg: 20240729-1: Update to 20240729

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = m4ri
        pkgdesc = Algorithms for linear algebra over F_2
-       pkgver = 20200125
-       pkgrel = 3
+       pkgver = 20240729
+       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://bitbucket.org/malb/m4ri#tag=release-20200125
-       sha256sums = 
3688051e6ee9e81097decf9969bdb7348a497041f5defde2b8abfdb2017a85a5
+       source = git+https://github.com/malb/m4ri#tag=release-20240729
+       sha256sums = 
3e1224490cb5c93e5ed18f89ae3345f710787d246c096b989583fa340e573b2a
 
 pkgname = m4ri


=====================================
.nvchecker.toml
=====================================
@@ -1,5 +1,4 @@
 [m4ri]
-source = 'bitbucket'
-bitbucket = 'malb/m4ri'
-use_max_tag = true
+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=20200125
-pkgrel=3
+pkgver=20240729
+pkgrel=1
 pkgdesc='Algorithms for linear algebra over F_2'
 arch=(x86_64)
 url='https://bitbucket.org/malb/m4ri'
@@ -12,8 +12,8 @@ depends=(gcc-libs
          glibc
          libpng)
 makedepends=(git)
-source=(git+https://bitbucket.org/malb/m4ri#tag=release-$pkgver)
-sha256sums=('3688051e6ee9e81097decf9969bdb7348a497041f5defde2b8abfdb2017a85a5')
+source=(git+https://github.com/malb/m4ri#tag=release-$pkgver)
+sha256sums=('3e1224490cb5c93e5ed18f89ae3345f710787d246c096b989583fa340e573b2a')
 
 prepare() {
   cd $pkgname
@@ -31,7 +31,7 @@ build() {
 
 check() {
   cd $pkgname
-  make check
+  make check -j1
 }
 
 package() {



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

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


Reply via email to