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

Antonio Rojas arojas at archlinux.org
Mon Oct 1 15:03:35 UTC 2018


    Date: Monday, October 1, 2018 @ 15:03:34
  Author: arojas
Revision: 388889

archrelease: copy trunk to community-x86_64

Added:
  qd/repos/community-x86_64/PKGBUILD
    (from rev 388888, qd/trunk/PKGBUILD)
Deleted:
  qd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 15:02:59 UTC (rev 388888)
+++ PKGBUILD	2018-10-01 15:03:34 UTC (rev 388889)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: eolianoe <eolianoe At GoogleMAIL DoT CoM>
-# Contributor: Xyne <ca dot archlinux at xyne, backwards>
-
-pkgname=qd
-pkgver=2.3.20
-pkgrel=2
-pkgdesc='C++/Fortran-90 double-double and quad-double library'
-arch=(x86_64)
-url="http://crd-legacy.lbl.gov/~dhbailey/mpdist"
-license=(BSD)
-makedepends=(gcc-fortran)
-source=("http://crd-legacy.lbl.gov/~dhbailey/mpdist/$pkgname-$pkgver.tar.gz")
-sha256sums=('da24571ceaad08abe9257ab4f45df939d17ecc9ba30df53458ec0b629a7c9167')
-
-build() {
-  cd $pkgname-$pkgver
-
-  export FC=gfortran
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-#  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: qd/repos/community-x86_64/PKGBUILD (from rev 388888, qd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-01 15:03:34 UTC (rev 388889)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: eolianoe <eolianoe At GoogleMAIL DoT CoM>
+# Contributor: Xyne <ca dot archlinux at xyne, backwards>
+
+pkgname=qd
+pkgver=2.3.21
+pkgrel=1
+pkgdesc='C++/Fortran-90 double-double and quad-double library'
+arch=(x86_64)
+url="http://crd-legacy.lbl.gov/~dhbailey/mpdist"
+license=(BSD)
+makedepends=(gcc-fortran)
+source=("http://crd-legacy.lbl.gov/~dhbailey/mpdist/$pkgname-$pkgver.tar.gz")
+sha256sums=('185c97e38b00edf6f5dea3dfc48c5c0e3e8386f6ad2d815a2b93b72998d509f2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export FC=gfortran
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list