[arch-commits] Commit in arb/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Jul 25 10:23:33 UTC 2021
Date: Sunday, July 25, 2021 @ 10:23:33
Author: arojas
Revision: 984956
archrelease: copy trunk to community-x86_64
Added:
arb/repos/community-x86_64/PKGBUILD
(from rev 984955, arb/trunk/PKGBUILD)
Deleted:
arb/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 +++++++++++++++++++++++-----------------------------
1 file changed, 23 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-25 10:16:54 UTC (rev 984955)
+++ PKGBUILD 2021-07-25 10:23:33 UTC (rev 984956)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=arb
-pkgver=2.19.0
-pkgrel=3
-pkgdesc='C library for arbitrary-precision floating-point ball arithmetic'
-arch=(x86_64)
-url='http://arblib.org/'
-license=(LGPL)
-depends=(flint)
-source=(https://github.com/fredrik-johansson/arb/archive/$pkgver/$pkgname-$pkgver.tar.gz
- arb-flint2.8.patch::https://github.com/fredrik-johansson/arb/commit/b6c8032e.patch)
-sha256sums=('0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13'
- '031b5e734ac7d23d769a5d6448c8eb76210a808087acd823fbde726e55fcc464')
-
-prepare() {
- patch -d $pkgname-$pkgver -p1 < arb-flint2.8.patch # Fix build with flint 2.8
-}
-
-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 984955, arb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-25 10:23:33 UTC (rev 984956)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.20.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=(https://github.com/fredrik-johansson/arb/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d2f186b10590c622c11d1ca190c01c3da08bac9bc04e84cb591534b917faffe7')
+
+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