[arch-commits] Commit in arb/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Jun 29 15:52:36 UTC 2022
Date: Wednesday, June 29, 2022 @ 15:52:36
Author: arojas
Revision: 1240970
Update to 2.23.0
Modified:
arb/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-29 15:52:34 UTC (rev 1240969)
+++ PKGBUILD 2022-06-29 15:52:36 UTC (rev 1240970)
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=arb
-pkgver=2.22.1
-pkgrel=2
+pkgver=2.23.0
+pkgrel=1
pkgdesc='C library for arbitrary-precision floating-point ball arithmetic'
arch=(x86_64)
url='http://arblib.org/'
@@ -9,7 +9,7 @@
license=(LGPL)
depends=(flint)
source=(https://github.com/fredrik-johansson/arb/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('1ef85518eee04885e8a90196498bc75e4e2410621d4184f2bc01d46b7080a243')
+sha256sums=('977d41bde46f5442511d5165c705cec32c03e852c84d7d1836135d412ce702bb')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list