mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/fplll to 5.3.2-1
This commit is contained in:
parent
1b35728c78
commit
462ab6d59f
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=fplll
|
||||
pkgver=5.3.1
|
||||
pkgver=5.3.2
|
||||
pkgrel=1
|
||||
pkgdesc="Lattice algorithms using floating-point arithmetic"
|
||||
arch=(x86_64)
|
||||
|
@ -15,7 +15,7 @@ conflicts=(libfplll)
|
|||
provides=(libfplll)
|
||||
replaces=(libfplll)
|
||||
source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('bf7e7e667173b5655cb989ec6a55c07af057d9011572f85eb53fbf93f4e2d239')
|
||||
sha256sums=('4d935d712d11902c60a2a5cb50b696391f4ca4a2de59b0daeca74c29024c21fe')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue