[arch-commits] Commit in libfplll/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Apr 17 14:15:52 UTC 2016
Date: Sunday, April 17, 2016 @ 16:15:52
Author: arojas
Revision: 171251
Update to 20160331
Modified:
libfplll/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-17 11:19:29 UTC (rev 171250)
+++ PKGBUILD 2016-04-17 14:15:52 UTC (rev 171251)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=libfplll
-pkgver=20160107
+pkgver=20160331
pkgrel=1
pkgdesc="Implementations of the floating-point LLL reduction algorithm for euclidean lattices"
arch=(i686 x86_64)
@@ -9,17 +9,17 @@
url="https://github.com/dstehle/fplll"
license=(LGPL)
depends=(mpfr qd)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('281bbe2b95572401b6cd5264b5694863')
+source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('661440d1249e1f8d6346ab91a8658de6')
build() {
- cd src
+ cd $pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd src
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list