summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2021-05-19 08:12:31 +0200
committerAntonio Rojas2021-05-19 08:12:31 +0200
commit24baa24b45c34332d758704d9fbe9ee105a47187 (patch)
tree7ecc2d770a47931da40eeda3c7f86b25ec94c1ad
parent748b8b8bb5dfe99ec73f8324c10097223849f7d5 (diff)
downloadaur-24baa24b45c34332d758704d9fbe9ee105a47187.tar.gz
Update to 9.3.1
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90665539e906..93e4783d1abd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=sage-numerical-backends-gurobi
-pkgver=9.0.0
+pkgver=9.3.1
pkgrel=1
-pkgdesc="Gurobi mixed integer linear programming backend for SageMath"
+pkgdesc='Gurobi mixed integer linear programming backend for SageMath'
arch=(x86_64)
-url="https://github.com/mkoeppe/sage-numerical-backends-gurobi"
+url='https://github.com/mkoeppe/sage-numerical-backends-gurobi'
license=(GPL)
depends=(sagemath gurobi)
makedepends=(cython)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/mkoeppe/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('3affabdd8765bb123c9dd3585bfd94470d91391aaf361c054917746e45a2eca1')
+source=(https://github.com/mkoeppe/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('36648d1cecf080dc84b53aa67bee6d25f7507bec8561660cba08fe9b44d7ea65')
build() {
cd $pkgname-$pkgver