[arch-commits] Commit in fplll/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jun 29 16:03:59 UTC 2020
Date: Monday, June 29, 2020 @ 16:03:59
Author: arojas
Revision: 656394
archrelease: copy trunk to community-x86_64
Added:
fplll/repos/community-x86_64/PKGBUILD
(from rev 656393, fplll/trunk/PKGBUILD)
Deleted:
fplll/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 49 +++++++++++++++++++++++--------------------------
1 file changed, 23 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-29 16:03:37 UTC (rev 656393)
+++ PKGBUILD 2020-06-29 16:03:59 UTC (rev 656394)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fplll
-pkgver=5.3.2
-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=('4d935d712d11902c60a2a5cb50b696391f4ca4a2de59b0daeca74c29024c21fe')
-
-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 656393, fplll/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-29 16:03:59 UTC (rev 656394)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fplll
+pkgver=5.3.3
+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=('5e7c46c30623795feeac19cf607583b7c82b0490ceb91498f0f712789be20ccd')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list