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

Antonio Rojas arojas at archlinux.org
Mon May 3 17:11:33 UTC 2021


    Date: Monday, May 3, 2021 @ 17:11:33
  Author: arojas
Revision: 927235

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-03 17:11:22 UTC (rev 927234)
+++ PKGBUILD	2021-05-03 17:11:33 UTC (rev 927235)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=eclib
-pkgver=20210415
-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/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('7d3223401afa714dbdfa4530235a58d1b82293d263cf6a06413fcf94f9acf37f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./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 927234, eclib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-03 17:11:33 UTC (rev 927235)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=eclib
+pkgver=20210503
+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/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('7ed61c7dfd64f6969aef2bfaaa192bc0e814fa6226faffef7b2ebbe253708281')
+
+build() {
+  cd $pkgname-$pkgver
+  ./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