summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-10-22 07:19:22 -0500
committerCarlos Aznarán Laos2021-10-22 07:19:22 -0500
commit70c3cbbefda153ec48c9fd09feda5081fdd26c61 (patch)
tree08ce12cdad3ea8f219617037e6193727dc13998d
parentc40d6a5bc9928865651ce92474e1931830bd286d (diff)
downloadaur-70c3cbbefda153ec48c9fd09feda5081fdd26c61.tar.gz
Version bump to 7.1.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c430c514b83c..30f43852016c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pygmsh
pkgdesc = Gmsh for Python
- pkgver = 7.1.12
- pkgrel = 2
+ pkgver = 7.1.13
+ pkgrel = 1
url = https://github.com/nschloe/pygmsh
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = python-pygmsh
makedepends = python-pip
depends = python-meshio
depends = gmsh
- source = https://pypi.org/packages/source/p/pygmsh/pygmsh-7.1.12.tar.gz
- sha512sums = 060e6e86b6bbfa05d130c2d95bcc8e45d3f91b321ed20f001a40933c85a599afe0f6700862576d1f82adc83eaf290f9af8c209d2c16c2c5afde801ff6619c718
+ source = https://pypi.org/packages/source/p/pygmsh/pygmsh-7.1.13.tar.gz
+ sha512sums = 89842156b1e8faed3cd3805a3c6ae8d34b3704420fb552f9cf8f8b596a05a424823b95954a9798f551803b6e6936948308e8faab2c8bde01a010993341346af9
pkgname = python-pygmsh
diff --git a/PKGBUILD b/PKGBUILD
index 5ee151b9766b..abba755e5cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_base=pygmsh
pkgname=python-${_base}
pkgdesc="Gmsh for Python"
-pkgver=7.1.12
-pkgrel=2
+pkgver=7.1.13
+pkgrel=1
arch=('x86_64')
url="https://github.com/nschloe/${_base}"
license=(GPL3)
@@ -11,7 +11,7 @@ depends=(python-meshio gmsh)
makedepends=(python-setuptools python-pip)
checkdepends=(python-pytest-codeblocks) # python-matplotlib
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
-sha512sums=('060e6e86b6bbfa05d130c2d95bcc8e45d3f91b321ed20f001a40933c85a599afe0f6700862576d1f82adc83eaf290f9af8c209d2c16c2c5afde801ff6619c718')
+sha512sums=('89842156b1e8faed3cd3805a3c6ae8d34b3704420fb552f9cf8f8b596a05a424823b95954a9798f551803b6e6936948308e8faab2c8bde01a010993341346af9')
build() {
cd "${_base}-${pkgver}"