summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2022-01-10 12:32:55 +0100
committerMartin Diehl2022-01-10 12:32:55 +0100
commit77941391dd2267107d4dcd03372e434e5f911924 (patch)
treefa3d3959d04167de596f02c43df6877beb8874ee /PKGBUILD
parent02b9057270f614e9ec0f7ceb21a12ed1525eb2c8 (diff)
downloadaur-77941391dd2267107d4dcd03372e434e5f911924.tar.gz
valgrind is not a package anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66f479b1881b..bd268010ca46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc
pkgver=3.16.3
-pkgrel=1
+pkgrel=2
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
#"linux-c-debug" for some things, so the _config should be changed too
@@ -35,7 +35,7 @@ install=petsc.install
source=(http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${pkgname}-${pkgver}.tar.gz
test_optdepends.sh)
sha256sums=('eff44c7e7f12991dc7d2b627c477807a215ce16c2ce8a1c78aa8237ddacf6ca5'
- 'c6c97507b9970529b0f22fe61eb290101c2ab0aad2d8bf42f44eb8ba90bd42d3')
+ '2d253a7b4bb4efe0200b7c1b57f71e423f135dc439945981c5fe2298d8066dba')
_install_dir=/opt/petsc/${_config}
_petsc_arch=arch-${_config}