mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +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
|
||||
|
||||
pkgname=fplll
|
||||
pkgver=5.3.2
|
||||
pkgver=5.3.3
|
||||
pkgrel=1
|
||||
pkgdesc="Lattice algorithms using floating-point arithmetic"
|
||||
arch=(x86_64)
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue