[arch-commits] Commit in mpfi/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jan 8 16:29:38 UTC 2018


    Date: Monday, January 8, 2018 @ 16:29:37
  Author: arojas
Revision: 280551

Update to 1.5.2

Modified:
  mpfi/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 16:24:38 UTC (rev 280550)
+++ PKGBUILD	2018-01-08 16:29:37 UTC (rev 280551)
@@ -3,15 +3,15 @@
 # Contributor: Rémy Oudompheng <remy at archlinux.org>
 
 pkgname=mpfi
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="C library for interval arithmetic"
-arch=('x86_64')
+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/30130/mpfi-1.5.1.tar.gz")
-md5sums=('2787d2fab9ba7fc5b171758e84892fb5')
+license=(GPL)
+depends=(mpfr)
+source=("https://gforge.inria.fr/frs/download.php/file/37307/mpfi-$pkgver.tar.gz")
+sha256sums=('c04f52cb306824b91b6d6eacf4f675b91fdee47c30f14d5b346dbfcd2492d274')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list