summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2020-01-12 19:43:08 +0000
committerAntonio Rojas2020-01-12 19:43:08 +0000
commit748b8b8bb5dfe99ec73f8324c10097223849f7d5 (patch)
tree5ebf09381a2778ef0c0f68dd5616147d215759e7 /PKGBUILD
parent58e4d56b906177fd146aade27e823ad362b9cc2e (diff)
downloadaur-748b8b8bb5dfe99ec73f8324c10097223849f7d5.tar.gz
Update to 9.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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