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

Antonio Rojas arojas at archlinux.org
Mon Jul 23 21:39:57 UTC 2018


    Date: Monday, July 23, 2018 @ 21:39:56
  Author: arojas
Revision: 363219

archrelease: copy trunk to community-x86_64

Added:
  arb/repos/community-x86_64/PKGBUILD
    (from rev 363218, arb/trunk/PKGBUILD)
Deleted:
  arb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++-----------------------------
 1 file changed, 24 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-23 21:39:36 UTC (rev 363218)
+++ PKGBUILD	2018-07-23 21:39:56 UTC (rev 363219)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=arb
-pkgver=2.13.0
-pkgrel=1
-pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
-arch=(x86_64)
-url="http://fredrikj.net/arb/"
-license=(GPL)
-depends=(flint)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
-sha256sums=('d075116d094bfda96f9c4ce10bb9bf23b333a8246f48c532427168d0f91b7788')
-
-prepare() {
-  cd $pkgname-$pkgver
-#  sed -e 's|-Wl,-r|-r|' -i Makefile.subdirs
-}
-
-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 363218, arb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-23 21:39:56 UTC (rev 363219)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.14.0
+pkgrel=1
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(x86_64)
+url="http://fredrikj.net/arb/"
+license=(GPL)
+depends=(flint)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
+sha256sums=('bdd28aeea8be133a3a1971bd836d2a5b946cd4dd0c0c695188bd03d1ec119959')
+
+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