Date: Tuesday, January 18, 2022 @ 16:49:28
  Author: arojas
Revision: 1109240

Update to 2.2.1

Modified:
  ratpoints/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-18 16:49:24 UTC (rev 1109239)
+++ PKGBUILD    2022-01-18 16:49:28 UTC (rev 1109240)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=ratpoints
-pkgver=2.2
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='A program that uses an optimized quadratic sieve algorithm in order 
to find rational points on hyperelliptic curves'
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(gmp)
 
source=(http://www.mathe2.uni-bayreuth.de/stoll/programs/$pkgname-$pkgver.tar.gz)
-sha256sums=('66f53a25c8c18f25f517ab1da4963ef83ec8791b50bbf4264e1cf7b5bf217b15')
+sha256sums=('e31b8ef12c1dc347176241f93901c0aabb39236c0c0a281b33d413416cced370')
 
 prepare() {
 # Honor system build flags
@@ -19,7 +19,7 @@
 build() {
   cd $pkgname-$pkgver
 
-  make
+  make ratpoints libratpoints.a
 }
 
 package() {

Reply via email to