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

Antonio Rojas arojas at archlinux.org
Sat Dec 14 18:57:21 UTC 2019


    Date: Saturday, December 14, 2019 @ 18:57:20
  Author: arojas
Revision: 537678

archrelease: copy trunk to community-x86_64

Added:
  fplll/repos/community-x86_64/PKGBUILD
    (from rev 537677, fplll/trunk/PKGBUILD)
Deleted:
  fplll/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-14 18:56:56 UTC (rev 537677)
+++ PKGBUILD	2019-12-14 18:57:20 UTC (rev 537678)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fplll
-pkgver=5.3.0
-pkgrel=2
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(x86_64)
-url="https://github.com/fplll/fplll"
-license=(LGPL)
-depends=(mpfr qd)
-conflicts=(libfplll)
-provides=(libfplll)
-replaces=(libfplll)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('67a579842f5dabf9b3968b0c12af1ee808c5bfb7bc611fe4c2bba9ca00af1067')
-
-build() {
-  cd $pkgname-$pkgver
-  export LDFLAGS+=' -lpthread' # Fix underlinking
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fplll/repos/community-x86_64/PKGBUILD (from rev 537677, fplll/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-14 18:57:20 UTC (rev 537678)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fplll
+pkgver=5.3.1
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(x86_64)
+url="https://github.com/fplll/fplll"
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('bf7e7e667173b5655cb989ec6a55c07af057d9011572f85eb53fbf93f4e2d239')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list