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

Antonio Rojas arojas at archlinux.org
Fri May 14 19:03:23 UTC 2021


    Date: Friday, May 14, 2021 @ 19:03:23
  Author: arojas
Revision: 934300

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-14 19:03:13 UTC (rev 934299)
+++ PKGBUILD	2021-05-14 19:03:23 UTC (rev 934300)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fplll
-pkgver=5.4.0
-pkgrel=1
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(x86_64)
-url="https://github.com/fplll/fplll"
-license=(LGPL)
-depends=(mpfr qd)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('fe192a65a56439b098e26e3b7ee224dda7c2c73a58f36ef2cc6f9185ae8c482b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fplll/repos/community-x86_64/PKGBUILD (from rev 934299, fplll/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-14 19:03:23 UTC (rev 934300)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fplll
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Lattice algorithms using floating-point arithmetic'
+arch=(x86_64)
+url='https://github.com/fplll/fplll'
+license=(LGPL)
+depends=(mpfr qd)
+source=(https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('7bd887957173aa592091772c1c36f6aa606b3b2ace0d14e2c26c7463dcf2deb7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list