[arch-commits] Commit in fplll/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Nov 23 19:14:57 UTC 2019
Date: Saturday, November 23, 2019 @ 19:14:56
Author: arojas
Revision: 532307
Update to 5.3.0
Modified:
fplll/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-23 19:14:42 UTC (rev 532306)
+++ PKGBUILD 2019-11-23 19:14:56 UTC (rev 532307)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=fplll
-pkgver=5.2.1
+pkgver=5.3.0
pkgrel=1
pkgdesc="Lattice algorithms using floating-point arithmetic"
arch=(x86_64)
@@ -12,7 +12,7 @@
provides=(libfplll)
replaces=(libfplll)
source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e38e3f8f14d5dbf46aab66d6c12f5973d4b12b72832161ed1491e8e925de4816')
+sha256sums=('67a579842f5dabf9b3968b0c12af1ee808c5bfb7bc611fe4c2bba9ca00af1067')
build() {
cd $pkgname-$pkgver
@@ -24,4 +24,3 @@
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
-
More information about the arch-commits
mailing list