[arch-commits] Commit in arpack/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Jun 13 16:43:31 UTC 2017


    Date: Tuesday, June 13, 2017 @ 16:43:31
  Author: arodseth
Revision: 236644

upgpkg: arpack 3.5.0-1

Modified:
  arpack/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-13 16:40:42 UTC (rev 236643)
+++ PKGBUILD	2017-06-13 16:43:31 UTC (rev 236644)
@@ -4,16 +4,16 @@
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 
 pkgname=arpack
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
 arch=('x86_64' 'i686')
-pkgdesc='Fortran77 subroutines designed to solve large scale eigenvalue problems'
+pkgdesc='Fortran77 subroutines for solving large scale eigenvalue problems'
 url='https://github.com/opencollab/arpack-ng'
 license=('BSD')
 depends=('lapack' 'openmpi')
 makedepends=('git' 'gcc-fortran' 'openmpi')
 provides=('arpack-ng')
-source=("git://github.com/opencollab/arpack-ng#tag=$pkgver")
+source=("git+https://github.com/opencollab/arpack-ng#commit=9233f7f86f063ca6ca3793cb54dec590eb146e10")
 md5sums=('SKIP')
 
 prepare() {
@@ -39,4 +39,4 @@
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list