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


Commits:
009ba185 by Antonio Rojas at 2023-10-21T00:14:30+02:00
upgpkg: 3.0.0-3: Fix broken version macros

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = flint
        pkgdesc = A C library for doing number theory
        pkgver = 3.0.0
-       pkgrel = 2
+       pkgrel = 3
        url = http://www.flintlib.org
        arch = x86_64
        license = GPL


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=flint
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A C library for doing number theory'
 arch=(x86_64)
 url='http://www.flintlib.org'
@@ -22,7 +22,8 @@ 
sha256sums=('b9086e31e3dab89896d7edbf05a5b758d5b4b72183a1a3478f23eabdcaaae044')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DFLINT_MAJOR=3 -DFLINT_MINOR=0 -DFLINT_PATCH=0
   cmake --build build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flint/-/commit/009ba185f8ec7944cf39f763d421557be24498a4

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


Reply via email to