Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / fplll
Commits: ffcee35b by Antonio Rojas at 2023-10-17T23:18:12+02:00 upgpkg: 5.4.5-1: Update to 5.4.5 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = fplll + pkgdesc = Lattice algorithms using floating-point arithmetic + pkgver = 5.4.5 + pkgrel = 1 + url = https://github.com/fplll/fplll + arch = x86_64 + license = LGPL + depends = gcc-libs + depends = glibc + depends = gmp + depends = mpfr + depends = qd + source = https://github.com/fplll/fplll/releases/download/5.4.5/fplll-5.4.5.tar.gz + sha256sums = 76d3778f0326597ed7505bab19493a9bf6b73a5c5ca614e8fb82f42105c57d00 + +pkgname = fplll ===================================== PKGBUILD ===================================== @@ -1,15 +1,19 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=fplll -pkgver=5.4.4 +pkgver=5.4.5 pkgrel=1 pkgdesc='Lattice algorithms using floating-point arithmetic' arch=(x86_64) url='https://github.com/fplll/fplll' license=(LGPL) -depends=(mpfr qd) +depends=(gcc-libs + glibc + gmp + mpfr + qd) source=(https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('0fd9d378f04ff886d8864728baf5d90b8b0b82c1e541e92550644fb54f75691d') +sha256sums=('76d3778f0326597ed7505bab19493a9bf6b73a5c5ca614e8fb82f42105c57d00') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fplll/-/commit/ffcee35b6f91e66c76a27294bfdea79bac9e6977 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fplll/-/commit/ffcee35b6f91e66c76a27294bfdea79bac9e6977 You're receiving this email because of your account on gitlab.archlinux.org.
