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

Antonio Rojas arojas at archlinux.org
Tue Jan 16 17:30:23 UTC 2018


    Date: Tuesday, January 16, 2018 @ 17:30:22
  Author: arojas
Revision: 283465

archrelease: copy trunk to community-x86_64

Added:
  mpfi/repos/community-x86_64/PKGBUILD
    (from rev 283464, mpfi/trunk/PKGBUILD)
Deleted:
  mpfi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-16 17:29:08 UTC (rev 283464)
+++ PKGBUILD	2018-01-16 17:30:22 UTC (rev 283465)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=mpfi
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="C library for interval arithmetic"
-arch=(x86_64)
-url="http://perso.ens-lyon.fr/nathalie.revol/software.html"
-license=(GPL)
-depends=(mpfr)
-source=("https://gforge.inria.fr/frs/download.php/file/37307/mpfi-$pkgver.tar.gz")
-sha256sums=('c04f52cb306824b91b6d6eacf4f675b91fdee47c30f14d5b346dbfcd2492d274')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared 
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: mpfi/repos/community-x86_64/PKGBUILD (from rev 283464, mpfi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-16 17:30:22 UTC (rev 283465)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=mpfi
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="C library for interval arithmetic"
+arch=(x86_64)
+url="http://perso.ens-lyon.fr/nathalie.revol/software.html"
+license=(GPL)
+depends=(mpfr)
+source=("https://gforge.inria.fr/frs/download.php/file/37332/$pkgname-$pkgver.tar.gz")
+sha256sums=('beed2003fdbedf590e8dd6edb4f2321e609e329df99ed4139cd66d7ebbc41240')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list