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 2db0c858f905..264cff465d5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pygmsh
pkgdesc = Gmsh for Python
pkgver = 7.1.14
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nschloe/pygmsh
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index a4b71e073950..2eeb4923e779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _base=pygmsh
pkgname=python-${_base}
pkgdesc="Gmsh for Python"
pkgver=7.1.14
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://github.com/nschloe/${_base}"
license=(GPL3)