[arch-commits] Commit in flint/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jul 23 11:41:52 UTC 2020
Date: Thursday, July 23, 2020 @ 11:41:51
Author: arojas
Revision: 664993
archrelease: copy trunk to community-x86_64
Added:
flint/repos/community-x86_64/PKGBUILD
(from rev 664992, flint/trunk/PKGBUILD)
Deleted:
flint/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-23 11:41:41 UTC (rev 664992)
+++ PKGBUILD 2020-07-23 11:41:51 UTC (rev 664993)
@@ -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.0
-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=('9089edadd12cbbda4533ab6f58efb7565fd973b5b82a89f53f64203bc3510840')
-
-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 664992, flint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-23 11:41:51 UTC (rev 664993)
@@ -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.1
+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=('0d9dc2f3264e0c1d7c9b30fa058a14a3ac4d4ab01e95674c62966ea5aaafbf99')
+
+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