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


Commits:
cc911676 by Antonio Rojas at 2025-06-11T23:30:15+02:00
upgpkg: 3.3.0-1: Upstream update

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = flint
        pkgdesc = A C library for doing number theory
-       pkgver = 3.2.2
-       pkgrel = 2
+       pkgver = 3.3.0
+       pkgrel = 1
        url = http://www.flintlib.org
        arch = x86_64
        license = LGPL-3.0-only
@@ -14,7 +14,7 @@ pkgbase = flint
        depends = mpfr
        replaces = antic
        replaces = arb
-       source = git+https://github.com/flintlib/flint#tag=v3.2.2
-       sha256sums = 
63b499431b6456660714faa63627c71d2f435e881bf194cc215988a65ea9f02d
+       source = git+https://github.com/flintlib/flint#tag=v3.3.0
+       sha256sums = 
2dc6120d4d5624c8fa657e2f66a48177db2e46b61f2921330e817483a6900a2d
 
 pkgname = flint


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Alessandro "jakedust" Andrioni <[email protected]>
 
 pkgname=flint
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc='A C library for doing number theory'
 arch=(x86_64)
 url='http://www.flintlib.org'
@@ -19,11 +19,11 @@ makedepends=(cmake
 replaces=(antic
           arb)
 source=(git+https://github.com/flintlib/flint#tag=v$pkgver)
-sha256sums=('63b499431b6456660714faa63627c71d2f435e881bf194cc215988a65ea9f02d')
+sha256sums=('2dc6120d4d5624c8fa657e2f66a48177db2e46b61f2921330e817483a6900a2d')
 
 prepare() {
   cd $pkgname
-  git cherry-pick -n 77540110b4d27b0efe6b1fe849ddf5d9f47a9036 # Fix disabling 
AVX2
+  sed -e 's|NOT WIN32|FALSE|' -i CMakeLists.txt
 }
 
 build() {



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

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


Reply via email to