summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-04-04 11:51:02 +0200
committerMichel Zou2020-04-04 11:51:02 +0200
commit790116aa23f26f42fdea65656dd61c3317254d61 (patch)
treed463ec6b882328771c218aa8a92a813076ef2cf2 /PKGBUILD
parent553e1e7ea29dba33471881040a354a75dfe757da (diff)
downloadaur-790116aa23f26f42fdea65656dd61c3317254d61.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2574435fcb4..eb4bfb0c036c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Scalable library for Eigenvalue problem computations"
arch=('i686' 'x86_64')
url="http://slepc.upv.es"
license=('BSD')
-depends=('petsc>=${pkgver}')
+depends=("petsc>=${pkgver}")
makedepends=('python')
install=slepc.install
source=(http://slepc.upv.es/download/distrib/${pkgname}-${pkgver/_/-}.tar.gz)