Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
gmp-ecm
Commits:
31c45279 by Antonio Rojas at 2026-06-03T19:40:28+02:00
upgpkg: 7.0.7-2: Use primesieve
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gmp-ecm
pkgdesc = Elliptic Curve Method for Integer Factorization
pkgver = 7.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sethtroisi/gmp-ecm
arch = x86_64
license = GPL-3.0-or-later
@@ -11,6 +11,7 @@ pkgbase = gmp-ecm
depends = gmp
depends = libgcc
depends = libgomp
+ depends = primesieve
source = git+https://gitlab.inria.fr/zimmerma/ecm#tag=git-7.0.7
sha256sums =
681d8c5d5922d33da39a510de11494b247dace926fe4bac8f75cda37e7e7bae8
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=gmp-ecm
pkgver=7.0.7
-pkgrel=1
+pkgrel=2
pkgdesc='Elliptic Curve Method for Integer Factorization'
url='https://github.com/sethtroisi/gmp-ecm'
license=(GPL-3.0-or-later
@@ -12,7 +12,8 @@ license=(GPL-3.0-or-later
depends=(glibc
gmp
libgcc
- libgomp)
+ libgomp
+ primesieve)
makedepends=(git)
arch=(x86_64)
source=(git+https://gitlab.inria.fr/zimmerma/ecm#tag=git-$pkgver)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gmp-ecm/-/commit/31c45279f0e144313fcde1ba67fe363a09a90758
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gmp-ecm/-/commit/31c45279f0e144313fcde1ba67fe363a09a90758
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help