[arch-commits] Commit in arb/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Dec 2 18:45:46 UTC 2016


    Date: Friday, December 2, 2016 @ 18:45:45
  Author: arojas
Revision: 197772

Update to 2.9.0

Modified:
  arb/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-02 18:31:49 UTC (rev 197771)
+++ PKGBUILD	2016-12-02 18:45:45 UTC (rev 197772)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=arb
-pkgver=2.8.1
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(i686 x86_64)
@@ -9,17 +9,9 @@
 url="http://fredrikj.net/arb/"
 license=(GPL)
 depends=(flint)
-source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz"
-	fix-flint-includes.patch::"https://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=83094377")
-md5sums=('b6b94a39b71293b6811a191cb9542096'
-         '666fff29e723bad787f4935b4417b3a8')
+source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
+md5sums=('eb12562a15920d823ae62602c425cd36')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix flint include paths
-  patch -p1 -i ../fix-flint-includes.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr



More information about the arch-commits mailing list