summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-05-20 14:40:18 -0500
committerCarlos Aznarán Laos2023-05-20 14:40:18 -0500
commit13d5f98ae16acdd8a36a2060be1db38f97a7b24a (patch)
treedec2eb57dada1762af4417f80e5575509fad8fe2 /PKGBUILD
parent5ebf0e8978bef9629dcd30d2cc4dcb4f0ce9b258 (diff)
downloadaur-13d5f98ae16acdd8a36a2060be1db38f97a7b24a.tar.gz
Bump version to 3.19.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 793a1fce4799..7519e975378e 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.19.0
+pkgver=3.19.1
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=('0854f2c05f0474748943041547881554')
+md5sums=('00c1fa02e573e3a2f43fecb9298a00a3')
# export MAKEFLAGS="-j1"