summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-06-05 21:05:27 +0200
committerMichel Zou2018-06-05 21:05:27 +0200
commit6579d6c07ac388156e77a60325f2ec7cdd8c6599 (patch)
tree65c92bde38f6a0c326dba0528ed25c087250bd89 /PKGBUILD
parent46a071b4ceac81e77db95981046b63890cfbc80d (diff)
downloadaur-6579d6c07ac388156e77a60325f2ec7cdd8c6599.tar.gz
3.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"