summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhoffer.joshua2019-02-06 16:10:40 -0700
committerhoffer.joshua2019-02-06 16:10:40 -0700
commit6c633db944166c23b31e23debb1e7a206983dbe0 (patch)
tree497e28f6d58dc6ea577d6f54c226cd494744a776
parent7ff58d0f481640981d332c35b45f0815da4f44e5 (diff)
downloadaur-6c633db944166c23b31e23debb1e7a206983dbe0.tar.gz
updated to 2.6.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd1501168d10..de2e6bb32733 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dune-alugrid
pkgdesc = Unstructured simplicial and cube DUNE grids
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 1
url = https://gitlab.dune-project.org/extensions/dune-alugrid
arch = i686
@@ -16,7 +16,7 @@ pkgbase = dune-alugrid
makedepends = zlib
makedepends = metis
makedepends = parmetis
- source = git+https://gitlab.dune-project.org/extensions/dune-alugrid.git#branch=releases/2.5
+ source = git+https://gitlab.dune-project.org/extensions/dune-alugrid.git#branch=releases/2.6
md5sums = SKIP
pkgname = dune-alugrid
diff --git a/PKGBUILD b/PKGBUILD
index 35e78e00162f..e549e03240e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Josh Hoffer < hoffer dot joshua at gmail dot com >
pkgname=dune-alugrid
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
pkgdesc='Unstructured simplicial and cube DUNE grids'
groups=('dune')
@@ -10,7 +10,7 @@ license=('GPL2')
makedepends=('git' 'cmake' 'dune-common' 'dune-grid' 'dune-geometry' 'openmpi'
'zlib' 'metis' 'parmetis')
-source=("git+https://gitlab.dune-project.org/extensions/${pkgname}.git#branch=releases/2.5")
+source=("git+https://gitlab.dune-project.org/extensions/${pkgname}.git#branch=releases/2.6")
md5sums=('SKIP')
package() {