summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaa0d41cb6a6..f8319551ea30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = superlu
pkgdesc = Set of subroutines to solve a sparse linear system
pkgver = 5.2.1
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/xiaoyeli/superlu/
install = superlu.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bbc5e0a9bd32..c5258a8b2118 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Stefan Paquay <stefanpaquay@gmail.com>
pkgname=superlu
pkgver=5.2.1
-pkgrel=8
+pkgrel=9
pkgdesc="Set of subroutines to solve a sparse linear system"
arch=('i686' 'x86_64')
url="https://github.com/xiaoyeli/superlu/"