[arch-commits] Commit in eclib/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Aug 17 10:32:19 UTC 2018


    Date: Friday, August 17, 2018 @ 10:32:19
  Author: arojas
Revision: 372469

Update to 20180815

Modified:
  eclib/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-17 10:10:22 UTC (rev 372468)
+++ PKGBUILD	2018-08-17 10:32:19 UTC (rev 372469)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=eclib
-pkgver=20180710
-pkgrel=4
+pkgver=20180815
+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/"
@@ -10,16 +10,9 @@
 license=(GPL)
 depends=(flint pari boost-libs)
 makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz"
-        eclib-types.h.patch::"https://github.com/JohnCremona/eclib/commit/c9b96429.patch")
-sha256sums=('176840c9dbed6156f291da3c877ce680f746acf0dcd1b952174f1e046f28b71d'
-            '32ff367b173fce44cf9b2f6a79b29fe13f00f4fcdbf4904115b9ea30d57ec28e')
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
+sha256sums=('2b232cfa5394cb35520280327f33c3cb323a4d4f33eecd5b803fc4ad20c1bdf3')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../eclib-types.h.patch # Add missing include
-}
-
 build() {
   cd $pkgname-$pkgver
   ./autogen.sh



More information about the arch-commits mailing list