[arch-commits] Commit in arb/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Oct 25 19:31:04 UTC 2018
Date: Thursday, October 25, 2018 @ 19:31:04
Author: arojas
Revision: 399040
archrelease: copy trunk to community-x86_64
Added:
arb/repos/community-x86_64/PKGBUILD
(from rev 399039, arb/trunk/PKGBUILD)
Deleted:
arb/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-25 19:30:42 UTC (rev 399039)
+++ PKGBUILD 2018-10-25 19:31:04 UTC (rev 399040)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=arb
-pkgver=2.15.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=('086dd2e80232d4068ad2e5a0c560d35b13e051d75e36b6318ada88f73ffb9a7e')
-
-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 399039, arb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-25 19:31:04 UTC (rev 399040)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.15.1
+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=('cb4a0cee3da56492ef3bf110fa0a1df60c58384bfcd52dd7ea7ac3d8472e21bd')
+
+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