Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
papilo
Commits:
b0ce4cb4 by Antonio Rojas at 2024-09-14T10:10:40+02:00
upgpkg: 2.3.1-1: Update to 2.3.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = papilo
pkgdesc = Parallel Presolve for Integer and Linear Optimization
- pkgver = 2.3.0
- pkgrel = 2
+ pkgver = 2.3.1
+ pkgrel = 1
url = https://www.scipopt.org/
arch = x86_64
license = LGPL-3.0-only
@@ -13,7 +13,7 @@ pkgbase = papilo
depends = glibc
depends = gmp
depends = tbb
- source = git+https://github.com/scipopt/papilo#tag=v2.3.0
- sha256sums =
19d5b3a284193740a3f8ad906461d3f3e461a75e8d79754784b7ccf125c29b91
+ source = git+https://github.com/scipopt/papilo#tag=v2.3.1
+ sha256sums =
6712c6fef6368df3ce76dc6e48f3fb872cd011a086e027940ed691d7fc006951
pkgname = papilo
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=papilo
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
pkgdesc='Parallel Presolve for Integer and Linear Optimization'
arch=(x86_64)
url='https://www.scipopt.org/'
@@ -16,7 +16,7 @@ makedepends=(boost
cmake
git)
source=(git+https://github.com/scipopt/papilo#tag=v$pkgver)
-sha256sums=('19d5b3a284193740a3f8ad906461d3f3e461a75e8d79754784b7ccf125c29b91')
+sha256sums=('6712c6fef6368df3ce76dc6e48f3fb872cd011a086e027940ed691d7fc006951')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/papilo/-/commit/b0ce4cb4f829df52357fab74439ef06bd23a1083
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/papilo/-/commit/b0ce4cb4f829df52357fab74439ef06bd23a1083
You're receiving this email because of your account on gitlab.archlinux.org.