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

Antonio Rojas arojas at archlinux.org
Sat Mar 3 22:32:54 UTC 2018


    Date: Saturday, March 3, 2018 @ 22:32:53
  Author: arojas
Revision: 302258

Update to 2.3.20

Modified:
  qd/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-03 19:24:50 UTC (rev 302257)
+++ PKGBUILD	2018-03-03 22:32:53 UTC (rev 302258)
@@ -4,7 +4,7 @@
 # Contributor: Xyne <ca dot archlinux at xyne, backwards>
 
 pkgname=qd
-pkgver=2.3.19
+pkgver=2.3.20
 pkgrel=1
 pkgdesc='C++/Fortran-90 double-double and quad-double library'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(BSD)
 makedepends=(gcc-fortran)
 source=("http://crd-legacy.lbl.gov/~dhbailey/mpdist/$pkgname-$pkgver.tar.gz")
-sha256sums=('288387b4feec30dd7e2506caaa65782bec7aaa73802d9e40e936ce4ffbb5372e')
+sha256sums=('72900ae5d3047719624701878abd8ed88fe3e4bc844c6fd614161ad926518385')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,7 +25,7 @@
 check() {
   cd $pkgname-$pkgver
 
-  make check
+#  make check
 }
 
 package() {



More information about the arch-commits mailing list