[arch-commits] Commit in flint/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Jul 23 14:31:56 UTC 2021
Date: Friday, July 23, 2021 @ 14:31:55
Author: arojas
Revision: 984515
Update to 2.8.0
Modified:
flint/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-23 14:30:01 UTC (rev 984514)
+++ PKGBUILD 2021-07-23 14:31:55 UTC (rev 984515)
@@ -3,8 +3,8 @@
# Contributor: Alessandro "jakedust" Andrioni <jakedust at gmail.com>
pkgname=flint
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
pkgdesc='A C library for doing number theory'
arch=(x86_64)
url='http://www.flintlib.org'
@@ -12,7 +12,7 @@
depends=(mpfr ntl cblas)
makedepends=(cmake python)
source=(http://www.flintlib.org/flint-$pkgver.tar.gz)
-sha256sums=('186e2fd9ab67df8a05b122fb018269b382e4babcdb17353c4be1fe364dca481e')
+sha256sums=('584235cdc39d779d9920eaef16fe084f3c26ffeeea003a3fff64a20a0f33449e')
build() {
cmake -B build -S $pkgname-$pkgver \
More information about the arch-commits
mailing list