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

Antonio Rojas arojas at archlinux.org
Wed May 30 21:10:42 UTC 2018


    Date: Wednesday, May 30, 2018 @ 21:10:41
  Author: arojas
Revision: 333509

Rebuild

Modified:
  flintqs/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 21:05:38 UTC (rev 333508)
+++ PKGBUILD	2018-05-30 21:10:41 UTC (rev 333509)
@@ -3,7 +3,7 @@
 
 pkgname=flintqs
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Highly optimized multi-polynomial quadratic sieve for integer factorization"
 arch=(x86_64)
@@ -10,13 +10,17 @@
 url="https://github.com/sagemath/FlintQS"
 license=(GPL)
 depends=(gmp)
-source=("https://github.com/sagemath/FlintQS/archive/v$pkgver.tar.gz")
-md5sums=('10a8edb4bc8b06e4b8ec518c6210920c')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/sagemath/FlintQS/archive/v$pkgver.tar.gz")
+sha256sums=('b983052f267988192c9ec59c9d2754470e5f2db74b45e364cf7ad62f349bc9eb')
 
-build() {
+prepare() {
   cd FlintQS-$pkgver
   touch ChangeLog
   autoreconf -vi
+}
+
+build() {
+  cd FlintQS-$pkgver
   ./configure --prefix=/usr
   make
 }
@@ -25,4 +29,3 @@
   cd FlintQS-$pkgver
   make DESTDIR="$pkgdir" install
 }
-



More information about the arch-commits mailing list