summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-09-29 10:02:15 +0200
committerMichel Zou2018-09-29 10:02:15 +0200
commit6a2709bd7de6db419233107c96ec0f6b85d059d8 (patch)
treecdc08816471fccca5e4a2826293fd491dc7a7796
parent06b49e0ce1f8d5cbd2aaea44cb5189b211e49beb (diff)
downloadaur-6a2709bd7de6db419233107c96ec0f6b85d059d8.tar.gz
3.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc75e58a86e..29748f97c599 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-arpack
pkgdesc = Fortran77 subroutines designed to solve large scale eigenvalue problems (mingw-w64)
- pkgver = 3.6.2
+ pkgver = 3.6.3
pkgrel = 1
url = http://forge.scilab.org/index.php/p/arpack-ng/
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-arpack
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/opencollab/arpack-ng/archive/3.6.2.tar.gz
- sha256sums = 673c8202de996fd3127350725eb1818e534db4e79de56d5dcee8c00768db599a
+ source = https://github.com/opencollab/arpack-ng/archive/3.6.3.tar.gz
+ sha256sums = 64f3551e5a2f8497399d82af3076b6a33bf1bc95fc46bbcabe66442db366f453
pkgname = mingw-w64-arpack
diff --git a/PKGBUILD b/PKGBUILD
index 407098ffe6e1..b00a5f6ca5ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-arpack
-pkgver=3.6.2
+pkgver=3.6.3
pkgrel=1
arch=('any')
pkgdesc='Fortran77 subroutines designed to solve large scale eigenvalue problems (mingw-w64)'
@@ -10,7 +10,7 @@ depends=('mingw-w64-lapack')
makedepends=('mingw-w64-configure')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/opencollab/arpack-ng/archive/${pkgver}.tar.gz")
-sha256sums=('673c8202de996fd3127350725eb1818e534db4e79de56d5dcee8c00768db599a')
+sha256sums=('64f3551e5a2f8497399d82af3076b6a33bf1bc95fc46bbcabe66442db366f453')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"