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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jun 29 15:52:47 UTC 2022


    Date: Wednesday, June 29, 2022 @ 15:52:47
  Author: arojas
Revision: 1240972

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-29 15:52:46 UTC (rev 1240971)
+++ PKGBUILD	2022-06-29 15:52:47 UTC (rev 1240972)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=arb
-pkgver=2.22.1
-pkgrel=2
-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=('1ef85518eee04885e8a90196498bc75e4e2410621d4184f2bc01d46b7080a243')
-
-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 1240970, arb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-29 15:52:47 UTC (rev 1240972)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.23.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=('977d41bde46f5442511d5165c705cec32c03e852c84d7d1836135d412ce702bb')
+
+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