Date: Tuesday, February 17, 2015 @ 19:53:54 Author: arojas Revision: 127863
Update to 2.4.5 Modified: flint/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-17 18:45:00 UTC (rev 127862) +++ PKGBUILD 2015-02-17 18:53:54 UTC (rev 127863) @@ -4,15 +4,15 @@ # Contributor: Alessandro "jakedust" Andrioni <[email protected]> pkgname=flint -pkgver=2.4.4 -pkgrel=3 +pkgver=2.4.5 +pkgrel=1 pkgdesc="A C library for doing number theory" arch=('i686' 'x86_64') url="http://www.flintlib.org" -license=('GPL') -depends=('mpfr' 'ntl') +license=(GPL) +depends=(mpfr ntl) source=("http://www.flintlib.org/flint-$pkgver.tar.gz") -md5sums=('b527fe3a49fd02a0367227fe8ec9cbe4') +md5sums=('6504b9deabeafb9313e57153a1730b33') prepare() { cd $pkgname-$pkgver
