summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2020-01-12 19:43:08 +0000
committerAntonio Rojas2020-01-12 19:43:08 +0000
commit748b8b8bb5dfe99ec73f8324c10097223849f7d5 (patch)
tree5ebf09381a2778ef0c0f68dd5616147d215759e7
parent58e4d56b906177fd146aade27e823ad362b9cc2e (diff)
downloadaur-748b8b8bb5dfe99ec73f8324c10097223849f7d5.tar.gz
Update to 9.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1165f25c201..d715f25b5e81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sage-numerical-backends-gurobi
pkgdesc = Gurobi mixed integer linear programming backend for SageMath
- pkgver = 9.0b12
+ pkgver = 9.0.0
pkgrel = 1
url = https://github.com/mkoeppe/sage-numerical-backends-gurobi
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = sage-numerical-backends-gurobi
makedepends = cython
depends = sagemath
depends = gurobi
- source = sage-numerical-backends-gurobi-9.0b12.tar.gz::https://github.com/mkoeppe/sage-numerical-backends-gurobi/archive/v9.0b12.tar.gz
- sha256sums = 2c1ca86a9460b605d6228dc68c753b102f39225bb096959ad0edbf01ef372d1f
+ source = sage-numerical-backends-gurobi-9.0.0.tar.gz::https://github.com/mkoeppe/sage-numerical-backends-gurobi/archive/v9.0.0.tar.gz
+ sha256sums = 3affabdd8765bb123c9dd3585bfd94470d91391aaf361c054917746e45a2eca1
pkgname = sage-numerical-backends-gurobi
diff --git a/PKGBUILD b/PKGBUILD
index 06ceebae9a74..90665539e906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=sage-numerical-backends-gurobi
-pkgver=9.0b12
+pkgver=9.0.0
pkgrel=1
pkgdesc="Gurobi mixed integer linear programming backend for SageMath"
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(GPL)
depends=(sagemath gurobi)
makedepends=(cython)
source=($pkgname-$pkgver.tar.gz::"https://github.com/mkoeppe/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('2c1ca86a9460b605d6228dc68c753b102f39225bb096959ad0edbf01ef372d1f')
+sha256sums=('3affabdd8765bb123c9dd3585bfd94470d91391aaf361c054917746e45a2eca1')
build() {
cd $pkgname-$pkgver