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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 25 10:16:55 UTC 2021


    Date: Sunday, July 25, 2021 @ 10:16:54
  Author: arojas
Revision: 984955

Update to 2.20.0

Modified:
  arb/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-25 09:12:13 UTC (rev 984954)
+++ PKGBUILD	2021-07-25 10:16:54 UTC (rev 984955)
@@ -1,22 +1,16 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=arb
-pkgver=2.19.0
-pkgrel=3
+pkgver=2.20.0
+pkgrel=1
 pkgdesc='C library for arbitrary-precision floating-point ball arithmetic'
 arch=(x86_64)
 url='http://arblib.org/'
 license=(LGPL)
 depends=(flint)
-source=(https://github.com/fredrik-johansson/arb/archive/$pkgver/$pkgname-$pkgver.tar.gz
-        arb-flint2.8.patch::https://github.com/fredrik-johansson/arb/commit/b6c8032e.patch)
-sha256sums=('0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13'
-            '031b5e734ac7d23d769a5d6448c8eb76210a808087acd823fbde726e55fcc464')
+source=(https://github.com/fredrik-johansson/arb/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d2f186b10590c622c11d1ca190c01c3da08bac9bc04e84cb591534b917faffe7')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < arb-flint2.8.patch # Fix build with flint 2.8
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr



More information about the arch-commits mailing list