[arch-commits] Commit in arb/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Oct 16 19:37:20 UTC 2019
Date: Wednesday, October 16, 2019 @ 19:37:19
Author: arojas
Revision: 516387
archrelease: copy trunk to community-x86_64
Added:
arb/repos/community-x86_64/PKGBUILD
(from rev 516386, arb/trunk/PKGBUILD)
Deleted:
arb/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-16 19:37:00 UTC (rev 516386)
+++ PKGBUILD 2019-10-16 19:37:19 UTC (rev 516387)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=arb
-pkgver=2.16.0
-pkgrel=1
-pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
-arch=(x86_64)
-url="http://arblib.org/"
-license=(LGPL)
-depends=(flint)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
-sha256sums=('77464be4d34a511bb004457f862fec857ff934b0ed58d56d6f52d76ebadd4daf')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: arb/repos/community-x86_64/PKGBUILD (from rev 516386, arb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-16 19:37:19 UTC (rev 516387)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.17.0
+pkgrel=1
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(x86_64)
+url="http://arblib.org/"
+license=(LGPL)
+depends=(flint)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
+sha256sums=('145a7a8e0e449b8a30de68c75c10b146c4f199544262711bef6fb49d3012d6e1')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list