Date: Tuesday, October 18, 2016 @ 18:23:32 Author: arojas Revision: 192538
Add provides so we can build fpylll against Sage Modified: fplll/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-18 17:36:26 UTC (rev 192537) +++ PKGBUILD 2016-10-18 18:23:32 UTC (rev 192538) @@ -3,7 +3,7 @@ pkgname=fplll pkgver=5.0.3rc0 -pkgrel=1 +pkgrel=2 pkgdesc="Lattice algorithms using floating-point arithmetic" arch=(i686 x86_64) url="https://github.com/fplll/fplll" @@ -10,6 +10,7 @@ license=(LGPL) depends=(mpfr qd) conflicts=(libfplll) +provides=(libfplll) replaces=(libfplll) source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz") md5sums=('b457c99950de200240596abf0368b70a')
