Date: Wednesday, February 10, 2016 @ 22:41:25 Author: arojas Revision: 161080
Update to 2.8.1 Modified: arb/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-10 20:57:48 UTC (rev 161079) +++ PKGBUILD 2016-02-10 21:41:25 UTC (rev 161080) @@ -2,7 +2,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=arb -pkgver=2.8.0 +pkgver=2.8.1 pkgrel=1 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic" arch=(i686 x86_64) @@ -10,8 +10,8 @@ license=(GPL) depends=(flint) source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz" - fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=d0379c") -md5sums=('13ad8d7051e5d943456e4bfeee183066' + fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=83094377") +md5sums=('b6b94a39b71293b6811a191cb9542096' '666fff29e723bad787f4935b4417b3a8') prepare() {
