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

Antonio Rojas arojas at archlinux.org
Fri Feb 26 21:04:41 UTC 2021


    Date: Friday, February 26, 2021 @ 21:04:40
  Author: arojas
Revision: 874442

archrelease: copy trunk to community-x86_64

Added:
  eclib/repos/community-x86_64/PKGBUILD
    (from rev 874441, eclib/trunk/PKGBUILD)
Deleted:
  eclib/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-26 21:04:25 UTC (rev 874441)
+++ PKGBUILD	2021-02-26 21:04:40 UTC (rev 874442)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=eclib
-pkgver=20210223
-pkgrel=1
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database"
-arch=(x86_64)
-url="https://github.com/JohnCremona/eclib/"
-license=(GPL)
-depends=(flint pari boost-libs)
-makedepends=(boost)
-source=(https://github.com/JohnCremona/eclib/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e9133eb2ff60cc8d083b0c9af15cae04a3376951806ecbd127a41362f4097f3a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr --with-boost
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: eclib/repos/community-x86_64/PKGBUILD (from rev 874441, eclib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-26 21:04:40 UTC (rev 874442)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=eclib
+pkgver=20210226
+pkgrel=1
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database"
+arch=(x86_64)
+url="https://github.com/JohnCremona/eclib/"
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost)
+source=(https://github.com/JohnCremona/eclib/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('3c7d5797df45248f65846bcf904f5a7f8504f526f2db92f1bd15a1b819beb2f6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr --with-boost
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list