[arch-commits] Commit in coin-or-coinutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Mar 16 08:40:34 UTC 2019


    Date: Saturday, March 16, 2019 @ 08:40:33
  Author: arojas
Revision: 442127

archrelease: copy trunk to community-x86_64

Added:
  coin-or-coinutils/repos/community-x86_64/PKGBUILD
    (from rev 442126, coin-or-coinutils/trunk/PKGBUILD)
Deleted:
  coin-or-coinutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-16 08:40:05 UTC (rev 442126)
+++ PKGBUILD	2019-03-16 08:40:33 UTC (rev 442127)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: tikysal <tikysal at gmail.com>
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.11.0
-pkgrel=1
-pkgdesc="COIN-OR collection of utility classes"
-arch=(x86_64)
-url="https://projects.coin-or.org/CoinUtils"
-license=(EPL)
-depends=(zlib bzip2 glpk lapack)
-makedepends=(gcc-fortran doxygen)
-groups=(coin-or)
-source=("https://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz")
-sha256sums=('621505d5e71ebb01f4f0568479ab1bd90e552caf890b68c479f26e89f4be5d9a')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' --with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' --enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-coinutils/repos/community-x86_64/PKGBUILD (from rev 442126, coin-or-coinutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-16 08:40:33 UTC (rev 442127)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: tikysal <tikysal at gmail.com>
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.11.1
+pkgrel=1
+pkgdesc="COIN-OR collection of utility classes"
+arch=(x86_64)
+url="https://projects.coin-or.org/CoinUtils"
+license=(EPL)
+depends=(zlib bzip2 glpk lapack)
+makedepends=(gcc-fortran doxygen)
+groups=(coin-or)
+source=("https://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz")
+sha256sums=('7b40135224f12a0bbac2d495c5fe3deb608b4e881ed6efcaf3fe5f9193e61b94')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' --with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' --enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list