Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / scip
Commits:
0d32c83d by Antonio Rojas at 2024-09-14T10:13:48+02:00
upgpkg: 9.1.1-1: Update to 9.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = scip
pkgdesc = Solving Constraint Integer Programs
- pkgver = 9.1.0
+ pkgver = 9.1.1
pkgrel = 1
url = https://www.scipopt.org/
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = scip
depends = readline
depends = tbb
depends = zlib
- source = git+https://github.com/scipopt/scip#tag=v910
- sha256sums =
9c4e065a53b27bcd0c047281f5776afe7ddcfe3921e447452dc0e2312f3b3697
+ source = git+https://github.com/scipopt/scip#tag=v911
+ sha256sums =
749bb266429a803ed51744f4dc35a9aaf48950ad9f19ea00d2b4308ff18d83d7
pkgname = scip
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=scip
-pkgver=9.1.0
+pkgver=9.1.1
pkgrel=1
pkgdesc='Solving Constraint Integer Programs'
arch=(x86_64)
@@ -20,7 +20,7 @@ makedepends=(boost
papilo
soplex)
source=(git+https://github.com/scipopt/scip#tag=v${pkgver//./})
-sha256sums=('9c4e065a53b27bcd0c047281f5776afe7ddcfe3921e447452dc0e2312f3b3697')
+sha256sums=('749bb266429a803ed51744f4dc35a9aaf48950ad9f19ea00d2b4308ff18d83d7')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/0d32c83dad611c2e7c0de22463467fca90f34b8c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/0d32c83dad611c2e7c0de22463467fca90f34b8c
You're receiving this email because of your account on gitlab.archlinux.org.