Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
coin-or-asl
Commits:
914d1874 by Antonio Rojas at 2024-12-14T20:14:25+01:00
upgpkg: 2.1.0-1: Update to 2.1.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
pkgbase = coin-or-asl
pkgdesc = COIN-OR autotools harness to build AMPL Solver Library
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/coin-or-tools/ThirdParty-ASL/
arch = x86_64
groups = coin-or
- license = MIT
+ license = EPL-2.0
+ makedepends = git
depends = glibc
- source =
coin-or-asl-2.0.2.tar.gz::https://github.com/coin-or-tools/ThirdParty-ASL/archive/releases/2.0.2.tar.gz
+ source =
git+https://github.com/coin-or-tools/ThirdParty-ASL#tag=releases/2.1.0
source =
https://coin-or-tools.github.io/ThirdParty-ASL/solvers-64919f75f.tgz
- sha256sums =
f6e57d9752db939d2f55ff6917146406217eaa908539b351c840e0ff10b30c94
+ sha256sums =
c0e11d3bfcc90bd5b8edc8c779b88d5c06523289f3be6b4ed76b4343e99efc48
sha256sums =
e212926d1d797701adc901ef18eaab6b15edd13f9281dd8c9266e3cdaf8c2dd3
pkgname = coin-or-asl
=====================================
PKGBUILD
=====================================
@@ -1,30 +1,32 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=coin-or-asl
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=1
pkgdesc='COIN-OR autotools harness to build AMPL Solver Library'
arch=(x86_64)
url='https://github.com/coin-or-tools/ThirdParty-ASL/'
-license=(MIT)
+license=(EPL-2.0)
groups=(coin-or)
depends=(glibc)
-source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or-tools/ThirdParty-ASL/archive/releases/$pkgver.tar.gz
+makedepends=(git)
+source=(git+https://github.com/coin-or-tools/ThirdParty-ASL#tag=releases/$pkgver
https://coin-or-tools.github.io/ThirdParty-ASL/solvers-64919f75f.tgz)
-sha256sums=('f6e57d9752db939d2f55ff6917146406217eaa908539b351c840e0ff10b30c94'
+sha256sums=('c0e11d3bfcc90bd5b8edc8c779b88d5c06523289f3be6b4ed76b4343e99efc48'
'e212926d1d797701adc901ef18eaab6b15edd13f9281dd8c9266e3cdaf8c2dd3')
prepare() {
- cd ThirdParty-ASL-releases-$pkgver
+ cd ThirdParty-ASL
ln -s ../solvers .
}
build() {
- cd ThirdParty-ASL-releases-$pkgver
+ cd ThirdParty-ASL
./configure --prefix=/usr --srcdir="$PWD"
make
}
+
package() {
- cd ThirdParty-ASL-releases-$pkgver
+ cd ThirdParty-ASL
make DESTDIR="$pkgdir" install
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/coin-or-asl/-/commit/914d1874673a535e79aa2325b5b958331907a381
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/coin-or-asl/-/commit/914d1874673a535e79aa2325b5b958331907a381
You're receiving this email because of your account on gitlab.archlinux.org.