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

Antonio Rojas arojas at archlinux.org
Mon Jun 29 16:03:38 UTC 2020


    Date: Monday, June 29, 2020 @ 16:03:37
  Author: arojas
Revision: 656393

Update to 5.3.3

Modified:
  fplll/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 14:38:37 UTC (rev 656392)
+++ PKGBUILD	2020-06-29 16:03:37 UTC (rev 656393)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=fplll
-pkgver=5.3.2
+pkgver=5.3.3
 pkgrel=1
 pkgdesc="Lattice algorithms using floating-point arithmetic"
 arch=(x86_64)
@@ -8,11 +8,8 @@
 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')
+sha256sums=('5e7c46c30623795feeac19cf607583b7c82b0490ceb91498f0f712789be20ccd')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list