summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-03-29 11:44:07 -0500
committerCarlos Aznarán Laos2023-03-29 11:44:31 -0500
commiteba9dda252d43b52e5c46c7539a33cbb62d6a70e (patch)
tree284d5a4977990a87c7a7238ecaf104aba6188e0b /PKGBUILD
parent3de73c6d9456331e8c2d84607d654c0b05ef1c83 (diff)
downloadaur-eba9dda252d43b52e5c46c7539a33cbb62d6a70e.tar.gz
Bump version to 3.18.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b18fa3d7d97a..a3bc8b1af84c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Felix Schindler <aur dot felixschindler dot net>
# Contributor: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=slepc
-pkgver=3.18.2
+pkgver=3.18.3
pkgrel=1
pkgdesc="Scalable library for Eigenvalue problem computations"
arch=('x86_64')
@@ -17,7 +17,7 @@ depends=("petsc>=${pkgver::4}")
makedepends=(gcc-fortran)
install=slepc.install
source=(${url}/download/distrib/${pkgname}-${pkgver/_/-}.tar.gz)
-md5sums=('d2492189f0b3b0c88a4ba843044233a9')
+md5sums=('51bb22e33b84479779a4bf40cda9a117')
# export MAKEFLAGS="-j1"