summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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