summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-12 18:24:32 -0500
committerCarlos Aznarán2024-04-12 18:24:32 -0500
commit1918ac41fbd6664e7d3e7245eee58451c33d1950 (patch)
tree2b91306232859105657b4f247b2291d27c8610ca
parent5fbbe38dabdd17713049acaab21c414121a58000 (diff)
downloadaur-python-micro-manager-precice.tar.gz
preCICE 3.1.1 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--.nvchecker.toml5
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad1a64880c06..9bc0e3bb10e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-micro-manager-precice
pkgdesc = micro-manager-precice is a package which facilitates two-scale macro-micro coupled simulations using preCICE
pkgver = 0.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://precice.org/tooling-micro-manager-overview.html
arch = any
license = LGPL-3.0-or-later
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..745044633757
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,5 @@
+[python-micro-manager-precice]
+source = "github"
+github = "precice/micro-manager"
+use_max_tag = "true"
+prefix = "v"
diff --git a/PKGBUILD b/PKGBUILD
index 7a73d29f16af..57c3a207f2c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _base=micro-manager
pkgname=python-${_base}-precice
pkgdesc="micro-manager-precice is a package which facilitates two-scale macro-micro coupled simulations using preCICE"
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
arch=(any)
url="https://precice.org/tooling-${_base}-overview.html"
license=(LGPL-3.0-or-later)