Date: Thursday, October 13, 2022 @ 19:31:43
  Author: arojas
Revision: 1328030

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-13 19:31:34 UTC (rev 1328029)
+++ PKGBUILD    2022-10-13 19:31:43 UTC (rev 1328030)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=eclib
-pkgver=20220621
-pkgrel=4
-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.bz2)
-sha256sums=('11fa023619d71ae3794b180f1444b805a7af85247353526f4f7011abd34c2613')
-
-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 1328029, 
eclib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-13 19:31:43 UTC (rev 1328030)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=eclib
+pkgver=20221012
+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.bz2)
+sha256sums=('4cf6af5b29fa04cb7b7c0a35f6bae53c808f6cafd72acb41aee07f91ad5a7417')
+
+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"
+}

Reply via email to