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

Antonio Rojas arojas at archlinux.org
Thu Aug 27 19:28:37 UTC 2020


    Date: Thursday, August 27, 2020 @ 19:28:36
  Author: arojas
Revision: 689944

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 19:28:33 UTC (rev 689943)
+++ PKGBUILD	2020-08-27 19:28:36 UTC (rev 689944)
@@ -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.6.2
-pkgrel=1
-pkgdesc="A C library for doing number theory"
-arch=(x86_64)
-url="http://www.flintlib.org"
-license=(GPL)
-depends=(mpfr ntl)
-makedepends=(cmake python)
-source=("http://www.flintlib.org/flint-$pkgver.tar.gz")
-sha256sums=('5f9b45113c3b50c10564a04e9dd929eb8ad96488b5eb901db5723cd21bbae1da')
-
-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 689943, flint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-27 19:28:36 UTC (rev 689944)
@@ -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.6.3
+pkgrel=1
+pkgdesc="A C library for doing number theory"
+arch=(x86_64)
+url="http://www.flintlib.org"
+license=(GPL)
+depends=(mpfr ntl)
+makedepends=(cmake python)
+source=("http://www.flintlib.org/flint-$pkgver.tar.gz")
+sha256sums=('ce1a750a01fa53715cad934856d4b2ed76f1d1520bac0527ace7d5b53e342ee3')
+
+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