[arch-commits] Commit in flint/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Oct 1 17:49:40 UTC 2021


    Date: Friday, October 1, 2021 @ 17:49:40
  Author: arojas
Revision: 1026495

archrelease: copy trunk to community-x86_64

Added:
  flint/repos/community-x86_64/PKGBUILD
    (from rev 1026494, flint/trunk/PKGBUILD)
Deleted:
  flint/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 17:49:28 UTC (rev 1026494)
+++ PKGBUILD	2021-10-01 17:49:40 UTC (rev 1026495)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-# Contributor: Alessandro "jakedust" Andrioni <jakedust at gmail.com>
-
-pkgname=flint
-pkgver=2.8.0
-pkgrel=1
-pkgdesc='A C library for doing number theory'
-arch=(x86_64)
-url='http://www.flintlib.org'
-license=(GPL)
-depends=(mpfr ntl cblas)
-makedepends=(cmake python)
-source=(http://www.flintlib.org/flint-$pkgver.tar.gz)
-sha256sums=('584235cdc39d779d9920eaef16fe084f3c26ffeeea003a3fff64a20a0f33449e')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_NTL=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: flint/repos/community-x86_64/PKGBUILD (from rev 1026494, flint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-01 17:49:40 UTC (rev 1026495)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+# Contributor: Alessandro "jakedust" Andrioni <jakedust at gmail.com>
+
+pkgname=flint
+pkgver=2.8.1
+pkgrel=1
+pkgdesc='A C library for doing number theory'
+arch=(x86_64)
+url='http://www.flintlib.org'
+license=(GPL)
+depends=(mpfr ntl cblas)
+makedepends=(cmake python)
+source=(http://www.flintlib.org/flint-$pkgver.tar.gz)
+sha256sums=('edfdda7a7cb847db4e55e050349259cbc9778589686007fb45602d36ecfb427e')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_NTL=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list