summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-12-22 12:30:02 +0100
committerPhilip Goto2021-12-22 12:30:02 +0100
commita53ac4e0ae747e4c8bf49bc86c1527c4e576a656 (patch)
tree152087f37a935f489ea45ff8ce1dabcdd2aebd12
parentef319be3f5853ffbb7c8a47486e01ee9f2b30e28 (diff)
downloadaur-a53ac4e0ae747e4c8bf49bc86c1527c4e576a656.tar.gz
Update to 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaeaf8c7c3b2..6b7c04d994b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-polyscope
pkgdesc = Python viewer and user interface for 3D data, like meshes and point clouds
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://polyscope.run/py/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = python-polyscope
makedepends = python-setuptools
depends = gcc-libs
depends = libx11
- source = https://files.pythonhosted.org/packages/source/p/polyscope/polyscope-1.3.0.tar.gz
- sha256sums = 63cd6583da984d817407417a4c3f4075de094a9f712b39a6a7caf24fa16b5659
+ source = https://files.pythonhosted.org/packages/source/p/polyscope/polyscope-1.3.1.tar.gz
+ sha256sums = f9494ceaf99ad30f481a7ca2f91fb64e0f19a48b9d36992b340bc945f55be9eb
pkgname = python-polyscope
diff --git a/PKGBUILD b/PKGBUILD
index 43861b1f597a..6f4d128017c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=polyscope
pkgname=python-${_pkgname}
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc='Python viewer and user interface for 3D data, like meshes and point clouds'
url='https://polyscope.run/py/'
@@ -19,7 +19,7 @@ makedepends=(
python-setuptools
)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('63cd6583da984d817407417a4c3f4075de094a9f712b39a6a7caf24fa16b5659')
+sha256sums=('f9494ceaf99ad30f481a7ca2f91fb64e0f19a48b9d36992b340bc945f55be9eb')
build(){
cd "polyscope-${pkgver}"