summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2019-07-26 23:01:46 -0400
committerJoey Dumont2019-07-26 23:01:46 -0400
commit7fa71b738f794365021da6669e2a0bb5348a4fa7 (patch)
tree1005a49d5ecd832a3b5d94f0f7be97815067e4af
parent2ebb9538707c83f992d4bf9b0454f71a9c75c7ad (diff)
downloadaur-superlu.tar.gz
Incremented pkgrel.
-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/"