summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-05-18 14:54:07 -0500
committerCarlos Aznarán Laos2023-05-18 14:54:07 -0500
commit55ea9f071d4d40d0678abf8c064422e6e2e398b1 (patch)
treed9fc8449afa643d2ad2e64e87418ffd661cd4576
parentd91af20b7b12108f082273859915cc673afa2597 (diff)
downloadaur-55ea9f071d4d40d0678abf8c064422e6e2e398b1.tar.gz
Python 3.11 rebuild
-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)