summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-10-07 12:23:36 +0200
committerMartin Diehl2022-10-07 12:23:54 +0200
commitcc7f35830887624930cd40a4e36a081bb4a61d2d (patch)
treed5ed1d1676ac3a98e4984113d089e4f4631da65b
parentc2eb22fc5fd19ffc20bd8a29c0c2b7a75dbd0e13 (diff)
downloadaur-cc7f35830887624930cd40a4e36a081bb4a61d2d.tar.gz
forgotten update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9b5833e845e..dbda5a05aafe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
pkgver = 3.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.mcs.anl.gov/petsc
install = petsc.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index cb40cab427a8..2bf3e8d85efe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc
pkgver=3.18.0
-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