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

Antonio Rojas arojas at archlinux.org
Sun Feb 24 17:11:03 UTC 2019


    Date: Sunday, February 24, 2019 @ 17:11:02
  Author: arojas
Revision: 435530

archrelease: copy trunk to community-x86_64

Added:
  coin-or-osi/repos/community-x86_64/PKGBUILD
    (from rev 435529, 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-02-24 17:10:17 UTC (rev 435529)
+++ PKGBUILD	2019-02-24 17:11:02 UTC (rev 435530)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=coin-or-osi
-pkgver=0.108.1
-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=('8c1649f09256204eb541307b8d5f725bf94068faeb9d655a756e02a360b9838e')
-
-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 435529, coin-or-osi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-24 17:11:02 UTC (rev 435530)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=coin-or-osi
+pkgver=0.108.2
+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=('498db208cbfb857495c9872e30eb1eb363a7f62436342668e8bc1c6be0a2d6e1')
+
+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