summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22760ee138d8..9555a1668a3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyprecice
pkgdesc = Python language bindings for the preCICE coupling library
pkgver = 2.4.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/precice/python-bindings
arch = x86_64
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 8e84df9671a6..34381c284c0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _base=pyprecice
pkgname=python-${_base}
pkgdesc="Python language bindings for the preCICE coupling library"
pkgver=2.4.0.0
-pkgrel=3
+pkgrel=4
arch=(x86_64)
url="https://github.com/${_base/py/}/python-bindings"
license=(LGPL3)