summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Schwarz2015-10-16 22:51:43 +0200
committerRobert Schwarz2015-10-16 22:51:43 +0200
commit18a45c2d076e9b7db7bfcd64f664e643d6b0b2ee (patch)
tree9c9c64d8817527b073916d982909e7ebc81008c2 /PKGBUILD
parentbf8f17d0208ec8c6c1d6d5298fdfcb5b4301c595 (diff)
downloadaur-18a45c2d076e9b7db7bfcd64f664e643d6b0b2ee.tar.gz
fix sha256sums
- must have been updated upstream :-\
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc6fde0f87fe..6f2c4221df73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='scipoptsuite'
pkgver='3.2.0'
-pkgrel=1
+pkgrel=2
pkgdesc="Toolbox for generating and solving optimization problems."
arch=('i686' 'x86_64')
url='http://scip.zib.de'
@@ -15,7 +15,7 @@ makedepends=('chrpath' 'doxygen' 'graphviz')
provides=('scip=3.2.0' 'soplex=2.2.0' 'zimpl=3.3.3' 'gcg=2.1.0' 'ug=0.8.0')
options=(staticlibs)
source=("http://scip.zib.de/download/release/${pkgname}-${pkgver}.tgz")
-sha256sums=('9da1cc6ae131987a5a151df846c0a388fdfe1175ddabebeb3342538fe1e75767')
+sha256sums=('69bf32051c0dc4528dff57cacf8701bae0911186bb1f877cce0370bf699e69ae')
build() {
# Extract directory names from the $provides array.