summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhoffer.joshua2019-02-06 16:06:37 -0700
committerhoffer.joshua2019-02-06 16:06:37 -0700
commit35e48af742fe7cfa4eee4eddcd2560267bed4e80 (patch)
treec45947a9456a81abaf0cf9a58ba55d4b5eafa4af
parentd2eef4c61e3091bafee31a5a7f5dcadae7ddc648 (diff)
downloadaur-35e48af742fe7cfa4eee4eddcd2560267bed4e80.tar.gz
updated to 2.6.0 (does not build yet)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ddfe07a5412..e2aad567bd82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = dune-functions
pkgdesc = Abstractions for functions and discrete function space bases
- pkgver = 2.5.1
+ pkgver = 2.6.0
pkgrel = 1
url = https://dune-project.org/modules/dune-functions/index.html
arch = any
groups = dune
license = custom
makedepends = cmake
- makedepends = dune-common=2.5.1
+ makedepends = dune-common=2.6.0
makedepends = dune-typetree
makedepends = dune-localfunctions
makedepends = dune-grid
- source = git+https://gitlab.dune-project.org/staging/dune-functions.git#tag=v2.5.1
+ source = git+https://gitlab.dune-project.org/staging/dune-functions.git#tag=v2.6.0
md5sums = SKIP
pkgname = dune-functions
diff --git a/PKGBUILD b/PKGBUILD
index 32c9d3acdc6b..84b494437968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Josh Hoffer < hoffer dot joshua at gmail dot com >
pkgname=dune-functions
-pkgver=2.5.1
+pkgver=2.6.0
pkgrel=1
pkgdesc='Abstractions for functions and discrete function space bases'
groups=('dune')