[arch-commits] Commit in gmp-ecm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue May 17 20:14:32 UTC 2022


    Date: Tuesday, May 17, 2022 @ 20:14:32
  Author: arojas
Revision: 1207720

archrelease: copy trunk to community-x86_64

Added:
  gmp-ecm/repos/community-x86_64/PKGBUILD
    (from rev 1207719, gmp-ecm/trunk/PKGBUILD)
Deleted:
  gmp-ecm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-17 20:14:22 UTC (rev 1207719)
+++ PKGBUILD	2022-05-17 20:14:32 UTC (rev 1207720)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=gmp-ecm
-pkgver=7.0.4
-pkgrel=4
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='https://github.com/sethtroisi/gmp-ecm'
-license=(GPL LGPL)
-depends=(gmp)
-arch=(x86_64)
-source=(https://github.com/sethtroisi/gmp-ecm/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('61734fae4fdd7bf08c08a8826720dbe0f0c1ad9151909264fc9ce628746629bd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared --enable-openmp
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gmp-ecm/repos/community-x86_64/PKGBUILD (from rev 1207719, gmp-ecm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-17 20:14:32 UTC (rev 1207720)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=gmp-ecm
+pkgver=7.0.5
+pkgrel=1
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='https://github.com/sethtroisi/gmp-ecm'
+license=(GPL LGPL)
+depends=(gmp)
+arch=(x86_64)
+source=(https://gitlab.inria.fr/zimmerma/ecm/-/archive/git-$pkgver/ecm-git-$pkgver.tar.gz)
+sha256sums=('778007e9ddd914487fa6a935ba06baabfe0b38078f04ed7e102e9b52e8fa0137')
+
+prepare() {
+  cd ecm-git-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd ecm-git-$pkgver
+  ./configure --prefix=/usr --enable-shared --enable-openmp
+  make
+}
+
+check() {
+  cd ecm-git-$pkgver
+  make check
+}
+
+package() {
+  cd ecm-git-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list