summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-09-13 18:35:23 +0200
committerMichel Zou2016-09-13 18:35:23 +0200
commit1295767f3688167ebcfac2042705e4579951681f (patch)
treef87fd4ebbb93be5081350e24967da6ad8ead2eac
parent8a3483376c99cffa74b4c61446bbd8c97f99ba8d (diff)
downloadaur-1295767f3688167ebcfac2042705e4579951681f.tar.gz
3.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1a2444979eb..c9feb4dbce13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 16:00:05 UTC 2016
+# Tue Sep 13 16:35:23 UTC 2016
pkgbase = mingw-w64-arpack
pkgdesc = Fortran77 subroutines designed to solve large scale eigenvalue problems (mingw-w64)
- pkgver = 3.3.0
+ pkgver = 3.4.0
pkgrel = 1
url = http://forge.scilab.org/index.php/p/arpack-ng/
arch = any
license = BSD
- makedepends = mingw-w64-gcc
+ makedepends = mingw-w64-configure
depends = mingw-w64-lapack
options = !buildflags
options = !strip
options = staticlibs
- source = git://github.com/opencollab/arpack-ng#tag=3.3.0
+ source = git://github.com/opencollab/arpack-ng#tag=3.4.0
sha256sums = SKIP
pkgname = mingw-w64-arpack
diff --git a/PKGBUILD b/PKGBUILD
index df8e17a30001..074006aa7196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=mingw-w64-arpack
-pkgver=3.3.0
+pkgver=3.4.0
pkgrel=1
arch=('any')
pkgdesc='Fortran77 subroutines designed to solve large scale eigenvalue problems (mingw-w64)'
url='http://forge.scilab.org/index.php/p/arpack-ng/'
license=('BSD')
depends=('mingw-w64-lapack')
-makedepends=('mingw-w64-gcc')
+makedepends=('mingw-w64-configure')
options=('!buildflags' '!strip' 'staticlibs')
source=("git://github.com/opencollab/arpack-ng#tag=$pkgver")
sha256sums=('SKIP')