summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-06-05 21:05:27 +0200
committerMichel Zou2018-06-05 21:05:27 +0200
commit6579d6c07ac388156e77a60325f2ec7cdd8c6599 (patch)
tree65c92bde38f6a0c326dba0528ed25c087250bd89
parent46a071b4ceac81e77db95981046b63890cfbc80d (diff)
downloadaur-6579d6c07ac388156e77a60325f2ec7cdd8c6599.tar.gz
3.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9f19a019c1e..2f064bca6520 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 25 17:18:39 UTC 2018
+# Tue Jun 5 19:05:27 UTC 2018
pkgbase = mingw-w64-arpack
pkgdesc = Fortran77 subroutines designed to solve large scale eigenvalue problems (mingw-w64)
- pkgver = 3.5.0
+ pkgver = 3.6.0
pkgrel = 1
url = http://forge.scilab.org/index.php/p/arpack-ng/
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-arpack
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/opencollab/arpack-ng/archive/3.5.0.tar.gz
- sha256sums = 50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239
+ source = https://github.com/opencollab/arpack-ng/archive/3.6.0.tar.gz
+ sha256sums = 3c88e74cc10bba81dc2c72c4f5fff38a800beebaa0b4c64d321c28c9203b37ea
pkgname = mingw-w64-arpack
diff --git a/PKGBUILD b/PKGBUILD
index 893af0277525..325e7120bf73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-arpack
-pkgver=3.5.0
+pkgver=3.6.0
pkgrel=1
arch=('any')
pkgdesc='Fortran77 subroutines designed to solve large scale eigenvalue problems (mingw-w64)'
@@ -9,8 +9,8 @@ license=('BSD')
depends=('mingw-w64-lapack')
makedepends=('mingw-w64-configure')
options=('!buildflags' '!strip' 'staticlibs')
-source=("https://github.com/opencollab/arpack-ng/archive/3.5.0.tar.gz")
-sha256sums=('50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239')
+source=("https://github.com/opencollab/arpack-ng/archive/${pkgver}.tar.gz")
+sha256sums=('3c88e74cc10bba81dc2c72c4f5fff38a800beebaa0b4c64d321c28c9203b37ea')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"