[arch-commits] Commit in arb/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jun 9 10:52:48 UTC 2020
Date: Tuesday, June 9, 2020 @ 10:52:41
Author: arojas
Revision: 640699
Update to 2.18.0
Modified:
arb/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-09 09:01:20 UTC (rev 640698)
+++ PKGBUILD 2020-06-09 10:52:41 UTC (rev 640699)
@@ -1,22 +1,16 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=arb
-pkgver=2.17.0
-pkgrel=2
+pkgver=2.18.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=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz"
- flint-arb-2.6.patch::"https://github.com/fredrik-johansson/arb/commit/d3d99832.patch")
-sha256sums=('145a7a8e0e449b8a30de68c75c10b146c4f199544262711bef6fb49d3012d6e1'
- '017962abdc31bac90a3dda37f98b67f67d2c8fd273bd7bde86f183dec1aba377')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
+sha256sums=('42a584d657f2f20540a185f9e384378206494fe8f6c16d9f52b81ec2c7d6b1d2')
-prepare() {
- patch -d $pkgname-$pkgver -p1 -i ../flint-arb-2.6.patch # Fix build with flint 2.6
-}
-
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
More information about the arch-commits
mailing list