summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-11-08 09:14:57 -0500
committerCarlos Aznarán Laos2022-11-08 09:14:57 -0500
commitd8410cc42d6c24a57e6f27119a20b3384bdcfbf7 (patch)
tree8328fa7faac5b8f55731e053606e2859beb8de0b /PKGBUILD
parent6fb01d5619b547760832cb431bc7b1946b6d539e (diff)
downloadaur-d8410cc42d6c24a57e6f27119a20b3384bdcfbf7.tar.gz
Bump version to 3.18.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c75d7c5d584f..7100522d6b3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,17 +7,17 @@
# Contributor: Felix Schindler <aur dot felixschindler dot net>
# Contributor: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=slepc
-pkgver=3.18.0
+pkgver=3.18.1
pkgrel=1
pkgdesc="Scalable library for Eigenvalue problem computations"
arch=('x86_64')
url="https://${pkgname}.upv.es"
license=('custom')
-depends=("petsc>=${pkgver:0:4}")
+depends=("petsc>=${pkgver::4}")
makedepends=(gcc-fortran)
install=slepc.install
source=(${url}/download/distrib/${pkgname}-${pkgver/_/-}.tar.gz)
-md5sums=('b45aec0fbf3c903eb39041fd516ac250')
+md5sums=('ad6f446ded0fec9fdf64a2069737ee38')
# export MAKEFLAGS="-j1"