summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororumin2017-07-09 04:25:45 +0900
committerorumin2017-07-09 04:25:45 +0900
commite9dd880075ce1fa2b6ec22714feddedaf48d24c3 (patch)
tree959f283c2e3ab92fc92e4de3b6a1fd0f7bce6a8b
parentee18633118e5b2a49fc724cf136e4639df722c2b (diff)
downloadaur-e9dd880075ce1fa2b6ec22714feddedaf48d24c3.tar.gz
fix
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e28f40acf33..4061bc0ed329 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = lib32-suitesparse
- pkgdesc = A collection of sparse matrix libraries
+ pkgdesc = A collection of sparse matrix libraries (32-bit)
pkgver = 4.5.4
- pkgrel = 1
+ pkgrel = 2
url = http://faculty.cse.tamu.edu/davis/suitesparse.html
- arch = i686
arch = x86_64
license = GPL
makedepends = gcc-fortran-multilib
@@ -12,9 +11,6 @@ pkgbase = lib32-suitesparse
depends = lib32-metis
depends = lib32-lapack
depends = lib32-intel-tbb
- provides = umfpack
- conflicts = umfpack
- replaces = umfpack
options = staticlibs
source = http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.5.4.tar.gz
source = suitesparse-link-tbb.patch
diff --git a/PKGBUILD b/PKGBUILD
index 17cb8974c077..5a30ddbcee19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,10 @@
pkgname=lib32-suitesparse
_basename=suitesparse
pkgver=4.5.4
-pkgrel=1
-pkgdesc="A collection of sparse matrix libraries"
+pkgrel=2
+pkgdesc="A collection of sparse matrix libraries (32-bit)"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
-arch=('i686' 'x86_64')
-conflicts=('umfpack')
-provides=('umfpack')
-replaces=('umfpack')
+arch=('x86_64')
depends=('lib32-metis' 'lib32-lapack' 'lib32-intel-tbb')
makedepends=('gcc-fortran-multilib' 'cmake' 'chrpath')
license=('GPL')