[arch-commits] Commit in arb/repos (4 files)

Antonio Rojas arojas at archlinux.org
Mon Feb 27 18:04:01 UTC 2017


    Date: Monday, February 27, 2017 @ 18:04:00
  Author: arojas
Revision: 214084

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   48 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   24 ----------------------
 community-x86_64/PKGBUILD |   24 ----------------------
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-27 18:03:30 UTC (rev 214083)
+++ community-i686/PKGBUILD	2017-02-27 18:04:00 UTC (rev 214084)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=arb
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
-arch=(i686 x86_64)
-url="http://fredrikj.net/arb/"
-license=(GPL)
-depends=(flint)
-source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
-md5sums=('eb12562a15920d823ae62602c425cd36')
-
-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-i686/PKGBUILD (from rev 214083, arb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-27 18:04:00 UTC (rev 214084)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(i686 x86_64)
+url="http://fredrikj.net/arb/"
+license=(GPL)
+depends=(flint)
+source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
+md5sums=('e15df96df073be60a8ace997578341e5')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-27 18:03:30 UTC (rev 214083)
+++ community-x86_64/PKGBUILD	2017-02-27 18:04:00 UTC (rev 214084)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=arb
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
-arch=(i686 x86_64)
-url="http://fredrikj.net/arb/"
-license=(GPL)
-depends=(flint)
-source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
-md5sums=('eb12562a15920d823ae62602c425cd36')
-
-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 214083, arb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-27 18:04:00 UTC (rev 214084)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(i686 x86_64)
+url="http://fredrikj.net/arb/"
+license=(GPL)
+depends=(flint)
+source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
+md5sums=('e15df96df073be60a8ace997578341e5')
+
+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