Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / m4rie
Commits:
f55de52a by Antonio Rojas at 2025-01-03T23:57:01+01:00
upgpkg: 20250102-2: Restore still required header fix
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = m4rie
pkgdesc = Algorithms for linear algebra over F_2^e
pkgver = 20250102
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/malb/m4rie
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=m4rie
pkgver=20250102
-pkgrel=1
+pkgrel=2
pkgdesc='Algorithms for linear algebra over F_2^e'
arch=(x86_64)
url='https://bitbucket.org/malb/m4rie'
@@ -17,6 +17,7 @@
sha256sums=('9d6c4e1df85d8e2701a379e9ad12f9bb7a5815e33d74b6872ba2a341339c9197')
prepare() {
cd $pkgname
autoreconf -vi
+ sed -e 's|const mzd_t|mzd_t|g' -i src/m4ri_functions.h
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4rie/-/commit/f55de52ae28c4c0c8912d9458e733fa4629e30a6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4rie/-/commit/f55de52ae28c4c0c8912d9458e733fa4629e30a6
You're receiving this email because of your account on gitlab.archlinux.org.