mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/fplll to 5.4.1-1
This commit is contained in:
parent
b31919cbeb
commit
951ba25aae
1 changed files with 5 additions and 5 deletions
|
@ -4,15 +4,15 @@
|
||||||
# - explicitly link v5/v6 with libatomic
|
# - explicitly link v5/v6 with libatomic
|
||||||
|
|
||||||
pkgname=fplll
|
pkgname=fplll
|
||||||
pkgver=5.4.0
|
pkgver=5.4.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Lattice algorithms using floating-point arithmetic"
|
pkgdesc='Lattice algorithms using floating-point arithmetic'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/fplll/fplll"
|
url='https://github.com/fplll/fplll'
|
||||||
license=(LGPL)
|
license=(LGPL)
|
||||||
depends=(mpfr qd)
|
depends=(mpfr qd)
|
||||||
source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
|
source=(https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
|
||||||
sha256sums=('fe192a65a56439b098e26e3b7ee224dda7c2c73a58f36ef2cc6f9185ae8c482b')
|
sha256sums=('7bd887957173aa592091772c1c36f6aa606b3b2ace0d14e2c26c7463dcf2deb7')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue