summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-01-07 13:29:57 +0100
committerPhilip Goto2021-01-07 13:29:57 +0100
commitfb3ad0108f0b1735e3f162aa80be4ba547c53999 (patch)
treec2b82c1f65ea9000ab948bb0283c08048b1ed09b
parentba395edc2e57944a137086bcdb1c4faa9c5b7ed7 (diff)
downloadaur-fb3ad0108f0b1735e3f162aa80be4ba547c53999.tar.gz
Update to 0.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d975dcd086c..ec3a2ea11122 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 = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://polyscope.run/py/
arch = i686
@@ -17,8 +17,8 @@ pkgbase = python-polyscope
makedepends = python-setuptools
depends = gcc-libs
depends = libx11
- source = https://files.pythonhosted.org/packages/4d/b5/e860c4803963b156dc8da66b19d08bc538df376a2be5458561e835040c37/polyscope-0.1.4.tar.gz
- sha256sums = e7452f52c48bbef831af11e5faecdf16447e79d39d3685e85277dcaf63401dfc
+ source = https://files.pythonhosted.org/packages/69/05/7277bff210446b51944ea7eeca15ae0cfe33dbef9129c414f539523b41c8/polyscope-0.1.5.tar.gz
+ sha256sums = dc94f06e97ed929dfba00f92248af15ad8b15512a76b61b319b54074cead66da
pkgname = python-polyscope
diff --git a/PKGBUILD b/PKGBUILD
index 4da70298dd90..de7e9fc53cff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=python-polyscope
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="Python viewer and user interface for 3D data, like meshes and point clouds"
url="https://polyscope.run/py/"
@@ -17,8 +17,8 @@ makedepends=(
libxrandr
python-setuptools
)
-source=("https://files.pythonhosted.org/packages/4d/b5/e860c4803963b156dc8da66b19d08bc538df376a2be5458561e835040c37/polyscope-0.1.4.tar.gz")
-sha256sums=('e7452f52c48bbef831af11e5faecdf16447e79d39d3685e85277dcaf63401dfc')
+source=("https://files.pythonhosted.org/packages/69/05/7277bff210446b51944ea7eeca15ae0cfe33dbef9129c414f539523b41c8/polyscope-0.1.5.tar.gz")
+sha256sums=('dc94f06e97ed929dfba00f92248af15ad8b15512a76b61b319b54074cead66da')
build(){
cd "polyscope-${pkgver}"