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