mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/fplll to 5.3.3-1
This commit is contained in:
parent
f433e6f9f8
commit
74b11c0fc5
1 changed files with 2 additions and 5 deletions
|
@ -4,18 +4,15 @@
|
||||||
# - explicitly link v5/v6 with libatomic
|
# - explicitly link v5/v6 with libatomic
|
||||||
|
|
||||||
pkgname=fplll
|
pkgname=fplll
|
||||||
pkgver=5.3.2
|
pkgver=5.3.3
|
||||||
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)
|
||||||
conflicts=(libfplll)
|
|
||||||
provides=(libfplll)
|
|
||||||
replaces=(libfplll)
|
|
||||||
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=('4d935d712d11902c60a2a5cb50b696391f4ca4a2de59b0daeca74c29024c21fe')
|
sha256sums=('5e7c46c30623795feeac19cf607583b7c82b0490ceb91498f0f712789be20ccd')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue