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

Antonio Rojas arojas at archlinux.org
Mon Apr 22 10:36:41 UTC 2019


    Date: Monday, April 22, 2019 @ 10:36:41
  Author: arojas
Revision: 452910

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-22 10:36:37 UTC (rev 452909)
+++ PKGBUILD	2019-04-22 10:36:41 UTC (rev 452910)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=coin-or-osi
-pkgver=0.108.3
-pkgrel=1
-pkgdesc="COIN-OR Open Solver Interface"
-arch=(x86_64)
-url="https://projects.coin-or.org/Osi"
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-coinutils)
-makedepends=(gcc-fortran)
-source=("https://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz")
-sha256sums=('abf31ea34c642f936bd1b9eb3de5bba356984faa2edb549b883907784e10be99')
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr --enable-dependency-linking \
-              --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-              --with-coinutils-incdir="/usr/include/coin/"
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-osi/repos/community-x86_64/PKGBUILD (from rev 452909, coin-or-osi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-22 10:36:41 UTC (rev 452910)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=coin-or-osi
+pkgver=0.108.4
+pkgrel=1
+pkgdesc="COIN-OR Open Solver Interface"
+arch=(x86_64)
+url="https://projects.coin-or.org/Osi"
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=("https://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz")
+sha256sums=('45a72e7019d33b9cf9c3f9fde30a9cb1e822e3b6897239c7dd67bc0060837c8d')
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr --enable-dependency-linking \
+              --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+              --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list