summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-04-25 03:56:55 +0800
committerPumpkinCheshire2021-04-25 03:56:55 +0800
commit6ff94eecf2b8c1ace96607878c1faa61d4324f50 (patch)
treed3abca4760296985409646da1f05f9ec3fca785a
parent942f8369b7ca42ca07082efb4d2326167b5ca4e6 (diff)
downloadaur-6ff94eecf2b8c1ace96607878c1faa61d4324f50.tar.gz
bump to 0.2.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83e5c0f951af..d666cf96199a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-dmsh
pkgdesc = Simple mesh generator inspired by distmesh.
- pkgver = 0.2.11
+ pkgver = 0.2.13
pkgrel = 1
- url = https://github.com/nschloe/optimesh
+ url = https://github.com/nschloe/dmsh
arch = any
license = GPL
makedepends = python
@@ -11,8 +11,8 @@ pkgbase = python-dmsh
depends = python-numpy
depends = python-scipy
optdepends = python-matplotlib
- source = https://files.pythonhosted.org/packages/source/d/dmsh/dmsh-0.2.11.tar.gz
- sha256sums = 42dcd07fd597d73ce4b33cdc8b5410af92ead22f5d1e721c7107f083d1710e60
+ source = https://files.pythonhosted.org/packages/source/d/dmsh/dmsh-0.2.13.tar.gz
+ sha256sums = 2d0f35bc9b53d58276776498b7fa9c05646a0a3641fa552ec4ca73d1f8e8bd9b
pkgname = python-dmsh
diff --git a/PKGBUILD b/PKGBUILD
index b174854ce60c..fc8b1a04a580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=python-dmsh
_name=dmsh
-pkgver=0.2.11
+pkgver=0.2.13
pkgrel=1
pkgdesc="Simple mesh generator inspired by distmesh."
arch=('any')
-url="https://github.com/nschloe/optimesh"
+url="https://github.com/nschloe/dmsh"
license=('GPL')
optdepends=('python-matplotlib')
makedepends=('python'
'python-setuptools')
depends=('python-meshplex' 'python-numpy' 'python-scipy')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('42dcd07fd597d73ce4b33cdc8b5410af92ead22f5d1e721c7107f083d1710e60')
+sha256sums=('2d0f35bc9b53d58276776498b7fa9c05646a0a3641fa552ec4ca73d1f8e8bd9b')
build() {
cd "$srcdir/$_name-$pkgver"