Date: Wednesday, October 3, 2018 @ 23:23:29
  Author: bisson
Revision: 389323

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-10-03 23:23:13 UTC (rev 389322)
+++ PKGBUILD    2018-10-03 23:23:29 UTC (rev 389323)
@@ -1,31 +0,0 @@
-# Contributor: Rémy Oudompheng <oudom...@phare.normalesup.org>
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-
-pkgname=gmp-ecm
-pkgver=7.0.4
-pkgrel=1
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='http://ecm.gforge.inria.fr/'
-license=('GPL' 'LGPL')
-depends=('gmp')
-arch=('i686' 'x86_64')
-source=("https://gforge.inria.fr/frs/download.php/file/36224/ecm-${pkgver}.tar.gz";)
-sha1sums=('407e41af6f93214509810b954b88251e4b89e82b')
-
-build() {
-       cd "${srcdir}/ecm-${pkgver}"
-       [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
-       ./configure --prefix=/usr --enable-shared --enable-openmp
-       # make ecm-params
-       make
-}
-
-check() {
-       cd "${srcdir}/ecm-${pkgver}"
-       make check
-}
-
-package() {
-       cd "${srcdir}/ecm-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: gmp-ecm/repos/community-x86_64/PKGBUILD (from rev 389322, 
gmp-ecm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-10-03 23:23:29 UTC (rev 389323)
@@ -0,0 +1,31 @@
+# Contributor: Rémy Oudompheng <oudom...@phare.normalesup.org>
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=gmp-ecm
+pkgver=7.0.4
+pkgrel=2
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='http://ecm.gforge.inria.fr/'
+license=('GPL' 'LGPL')
+depends=('gmp')
+arch=('x86_64')
+source=("https://gforge.inria.fr/frs/download.php/file/36224/ecm-${pkgver}.tar.gz";)
+sha256sums=('0cf7b3eee8462cc6f98b418b47630e1eb6b3f4f8c3fc1fb005b08e2a1811ba43')
+
+build() {
+       cd "${srcdir}/ecm-${pkgver}"
+       [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
+       ./configure --prefix=/usr --enable-shared --enable-openmp
+       # make ecm-params
+       make
+}
+
+check() {
+       cd "${srcdir}/ecm-${pkgver}"
+       make check
+}
+
+package() {
+       cd "${srcdir}/ecm-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to