summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-11-05 08:51:19 -0500
committerCarlos Aznarán Laos2021-11-05 08:51:19 -0500
commit66c06274d57bd208d1a3a61ff7d7ede97c7ed309 (patch)
tree8d347411e83a3cbf5373b7a00faec2b631ca5455
parent2b34ff2f9deb625826922a68d44ccb29acab34e9 (diff)
downloadaur-66c06274d57bd208d1a3a61ff7d7ede97c7ed309.tar.gz
Version bump to 0.16.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3756c9c11264..f9d9d6a58a3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-meshplex
pkgdesc = Compute interesting points, areas, and volumes in simplex meshes of any dimension
- pkgver = 0.16.6
+ pkgver = 0.16.7
pkgrel = 1
url = https://github.com/nschloe/meshplex
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-meshplex
depends = python-npx
optdepends = python-matplotlib: for Matplotlib rendering
optdepends = vtk: for create polygonal sphere
- source = https://pypi.org/packages/source/m/meshplex/meshplex-0.16.6.tar.gz
- sha512sums = f6b0e5a59d3f410dfb730cead5b3af5b9edec6c6926d1b3a61a77a166e7c9164de8f4a69921f85aaa67705856e448b515521d4510dc252cd42ebe31716c6c9ce
+ source = https://pypi.org/packages/source/m/meshplex/meshplex-0.16.7.tar.gz
+ sha512sums = ab59159aaa4e4cbb28fa201074a856c9fb1d637b6d29d126b052df27f79fec94a8086ed6b298b2ab9864b50298b3e12ca86daefccd27f2e13496b64091abcef0
pkgname = python-meshplex
diff --git a/PKGBUILD b/PKGBUILD
index fbc332b7f38e..c6f1e38a85b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=meshplex
pkgname=python-${_base}
pkgdesc="Compute interesting points, areas, and volumes in simplex meshes of any dimension"
-pkgver=0.16.6
+pkgver=0.16.7
pkgrel=1
arch=('any')
url="https://github.com/nschloe/${_base}"
@@ -15,7 +15,7 @@ optdepends=('python-matplotlib: for Matplotlib rendering'
'vtk: for create polygonal sphere'
)
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
-sha512sums=('f6b0e5a59d3f410dfb730cead5b3af5b9edec6c6926d1b3a61a77a166e7c9164de8f4a69921f85aaa67705856e448b515521d4510dc252cd42ebe31716c6c9ce')
+sha512sums=('ab59159aaa4e4cbb28fa201074a856c9fb1d637b6d29d126b052df27f79fec94a8086ed6b298b2ab9864b50298b3e12ca86daefccd27f2e13496b64091abcef0')
build() {
cd "${_base}-${pkgver}"