summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsigvaldm2020-02-02 18:16:34 +0100
committersigvaldm2020-02-02 18:16:34 +0100
commitafa88c33046ba9a2be242c34bb98c5c63b6ee80f (patch)
tree6a62d158274f1dd4f3589e6e2f7a2bfd66704b16
parentde319d4b7975f00713ca3f016f3dd2e7df1da72a (diff)
downloadaur-afa88c33046ba9a2be242c34bb98c5c63b6ee80f.tar.gz
Minor fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 596a171c0815..a743133a2af5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = slepc
pkgdesc = Scalable library for Eigenvalue problem computations
pkgver = 3.12.2
- pkgrel = 1
- url = http://www.grycap.upv.es/slepc
+ pkgrel = 2
+ url = http://slepc.upv.es
install = slepc.install
arch = i686
arch = x86_64
license = BSD
- depends = petsc>=3.11
+ depends = petsc=3.12
source = http://slepc.upv.es/download/distrib/slepc-3.12.2.tar.gz
sha256sums = a586ce572a928ed87f04961850992a9b8e741677397cbaa3fb028323eddf4598
diff --git a/PKGBUILD b/PKGBUILD
index 9e140fe65338..6f824b538111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,16 @@
# Contributor: Myles English <myles at rockhead dot biz>
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
# Contributor: Hawdaa
+# Contributor: Xantares
pkgname=slepc
pkgver=3.12.2
-pkgrel=1
+pkgrel=2
pkgdesc="Scalable library for Eigenvalue problem computations"
arch=('i686' 'x86_64')
-url="http://www.grycap.upv.es/slepc"
+url="http://slepc.upv.es"
license=('BSD')
-depends=('petsc>=3.11')
+depends=('petsc=3.12')
install=slepc.install
source=(http://slepc.upv.es/download/distrib/${pkgname}-${pkgver/_/-}.tar.gz)
sha256sums=('a586ce572a928ed87f04961850992a9b8e741677397cbaa3fb028323eddf4598')