[arch-commits] Commit in flintqs/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed May 30 21:11:05 UTC 2018


    Date: Wednesday, May 30, 2018 @ 21:11:04
  Author: arojas
Revision: 333510

archrelease: copy trunk to community-x86_64

Added:
  flintqs/repos/community-x86_64/PKGBUILD
    (from rev 333509, flintqs/trunk/PKGBUILD)
Deleted:
  flintqs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 31 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 21:10:41 UTC (rev 333509)
+++ PKGBUILD	2018-05-30 21:11:04 UTC (rev 333510)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=flintqs
-pkgver=1.0
-pkgrel=1
-epoch=1
-pkgdesc="Highly optimized multi-polynomial quadratic sieve for integer factorization"
-arch=(i686 x86_64)
-url="https://github.com/sagemath/FlintQS"
-license=(GPL)
-depends=(gmp)
-source=("https://github.com/sagemath/FlintQS/archive/v$pkgver.tar.gz")
-md5sums=('10a8edb4bc8b06e4b8ec518c6210920c')
-
-build() {
-  cd FlintQS-$pkgver
-  touch ChangeLog
-  autoreconf -vi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd FlintQS-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: flintqs/repos/community-x86_64/PKGBUILD (from rev 333509, flintqs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 21:11:04 UTC (rev 333510)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=flintqs
+pkgver=1.0
+pkgrel=2
+epoch=1
+pkgdesc="Highly optimized multi-polynomial quadratic sieve for integer factorization"
+arch=(x86_64)
+url="https://github.com/sagemath/FlintQS"
+license=(GPL)
+depends=(gmp)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/sagemath/FlintQS/archive/v$pkgver.tar.gz")
+sha256sums=('b983052f267988192c9ec59c9d2754470e5f2db74b45e364cf7ad62f349bc9eb')
+
+prepare() {
+  cd FlintQS-$pkgver
+  touch ChangeLog
+  autoreconf -vi
+}
+
+build() {
+  cd FlintQS-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd FlintQS-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list