summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-12-18 00:01:22 -0500
committerCarlos Aznarán2023-12-18 00:01:22 -0500
commitc4ca528a618d79fbe780f65f7062bffdddc7536b (patch)
tree14305026b79e44fed88235a88852bc87eb58d77c
parenta52635ce480d952f785793d80268ea85e1f50886 (diff)
downloadaur-dune-alugrid.tar.gz
Bump version to 2.9.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b266dbcebc6..a9296aa359fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dune-alugrid
pkgdesc = An adaptive, loadbalancing, unstructured implementation of the DUNE grid interface supporting either simplices or cubes
pkgver = 2.9.1
- pkgrel = 2
+ pkgrel = 1
url = https://dune-project.org/modules/dune-alugrid
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9076efe75444..cc2a7da8d803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=dune-alugrid
_tarver=2.9.1
_tar="${_tarver}/${pkgname}-${_tarver}.tar.gz"
pkgver="${_tarver}"
-pkgrel=2
+pkgrel=1
pkgdesc="An adaptive, loadbalancing, unstructured implementation of the DUNE grid interface supporting either simplices or cubes"
arch=(x86_64)
url="https://dune-project.org/modules/${pkgname}"