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


Commits:
5ec184e9 by Antonio Rojas at 2024-10-17T23:41:40+02:00
upgpkg: 20240729-2: Fix CFLAGSi in pc file

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = m4ri
        pkgdesc = Algorithms for linear algebra over F_2
        pkgver = 20240729
-       pkgrel = 1
+       pkgrel = 2
        url = https://bitbucket.org/malb/m4ri
        arch = x86_64
        license = GPL-2.0-or-later


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=m4ri
 pkgver=20240729
-pkgrel=1
+pkgrel=2
 pkgdesc='Algorithms for linear algebra over F_2'
 arch=(x86_64)
 url='https://bitbucket.org/malb/m4ri'
@@ -17,6 +17,7 @@ 
sha256sums=('3e1224490cb5c93e5ed18f89ae3345f710787d246c096b989583fa340e573b2a')
 
 prepare() {
   cd $pkgname
+  git cherry-pick -n 3197be5f7d3c67e8f13e32516557f35cbf4ff6ce # Fix CFLAGS in 
pc file
   autoreconf -vi
 }
 



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

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


Reply via email to