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

Balló György bgyorgy at archlinux.org
Sat Oct 24 22:28:17 UTC 2020


    Date: Saturday, October 24, 2020 @ 22:28:16
  Author: bgyorgy
Revision: 731898

upgpkg: superlu 5.2.2-1: Update to new version

Modified:
  superlu/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 22:27:57 UTC (rev 731897)
+++ PKGBUILD	2020-10-24 22:28:16 UTC (rev 731898)
@@ -4,8 +4,8 @@
 # Contributor: Stefan Paquay <stefanpaquay at gmail.com>
 
 pkgname=superlu
-pkgver=5.2.1
-pkgrel=10
+pkgver=5.2.2
+pkgrel=1
 pkgdesc="Set of subroutines to solve a sparse linear system"
 arch=(x86_64)
 url="https://github.com/xiaoyeli/superlu/"
@@ -12,8 +12,8 @@
 license=(BSD)
 depends=(blas)
 makedepends=(cmake gcc-fortran)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xiaoyeli/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('77582501dedef295eb74e4dc9433e2816d2d8be211eae307379c13d93c65bc71')
+source=("https://github.com/xiaoyeli/$pkgname/archive/v${pkgver}/$pkgname-$pkgver.tar.gz")
+sha256sums=('470334a72ba637578e34057f46948495e601a5988a602604f5576367e606a28c')
 
 prepare() {
   [[ -d build ]] || mkdir build



More information about the arch-commits mailing list