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

Antonio Rojas arojas at gemini.archlinux.org
Sat Sep 25 11:08:59 UTC 2021


    Date: Saturday, September 25, 2021 @ 11:08:59
  Author: arojas
Revision: 1024402

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-25 11:08:50 UTC (rev 1024401)
+++ PKGBUILD	2021-09-25 11:08:59 UTC (rev 1024402)
@@ -1,23 +0,0 @@
-# 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
-}

Copied: arb/repos/community-x86_64/PKGBUILD (from rev 1024401, arb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-25 11:08:59 UTC (rev 1024402)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.21.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=('6493ebcfb1772458db4ca66da4c5536968484a3815cf75d2bb33c600b4471910')
+
+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