summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwarz2015-10-16 22:51:43 +0200
committerRobert Schwarz2015-10-16 22:51:43 +0200
commit18a45c2d076e9b7db7bfcd64f664e643d6b0b2ee (patch)
tree9c9c64d8817527b073916d982909e7ebc81008c2
parentbf8f17d0208ec8c6c1d6d5298fdfcb5b4301c595 (diff)
downloadaur-18a45c2d076e9b7db7bfcd64f664e643d6b0b2ee.tar.gz
fix sha256sums
- must have been updated upstream :-\
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5b5f99c858c..68964c5d705b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scipoptsuite
pkgdesc = Toolbox for generating and solving optimization problems.
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://scip.zib.de
arch = i686
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = scipoptsuite
replaces = ziboptsuite
options = staticlibs
source = http://scip.zib.de/download/release/scipoptsuite-3.2.0.tgz
- sha256sums = 9da1cc6ae131987a5a151df846c0a388fdfe1175ddabebeb3342538fe1e75767
+ sha256sums = 69bf32051c0dc4528dff57cacf8701bae0911186bb1f877cce0370bf699e69ae
pkgname = scipoptsuite
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.