Date: Sunday, December 6, 2020 @ 22:04:43 Author: felixonmars Revision: 771244
upgpkg: eclib 20190909-11: boost 1.74.0 rebuild Modified: eclib/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-06 22:04:06 UTC (rev 771243) +++ PKGBUILD 2020-12-06 22:04:43 UTC (rev 771244) @@ -2,7 +2,7 @@ pkgname=eclib pkgver=20190909 -pkgrel=10 +pkgrel=11 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/" @@ -23,4 +23,3 @@ cd $pkgname-$pkgver make install DESTDIR="$pkgdir" } -
