summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2021-03-28 09:42:49 +0200
committerBlair Bonnett2021-03-28 09:42:49 +0200
commita7b00c5033ae944d49af23dc2049db89d911fcbd (patch)
tree6f6c9283139b43b4eec556c4d16f3b6459b3bdfd
parent64ef6b9b044f18c749b27dcdc23e26bef638c81c (diff)
downloadaur-a7b00c5033ae944d49af23dc2049db89d911fcbd.tar.gz
Update to 2.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8448bea32e9e..4efd35dc0f11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-numpy-stl
pkgdesc = Library to make working with STL files (and 3D objects in general) fast and easy
- pkgver = 2.15.1
+ pkgver = 2.16.0
pkgrel = 2
url = https://github.com/WoLpH/numpy-stl/
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = python-numpy-stl
depends = python
depends = python-numpy
depends = python-utils
- source = numpy-stl-v2.15.1-2.tar.gz::https://github.com/WoLpH/numpy-stl/archive/v2.15.1.tar.gz
- sha256sums = ab64a7a06c28bd47a1db1768cb2b1b486b383d5e07daad6e3ee555ab22485419
+ source = numpy-stl-v2.16.0-2.tar.gz::https://github.com/WoLpH/numpy-stl/archive/v2.16.0.tar.gz
+ sha256sums = 0231f943f1142124242dc5cfc0d2105471c9ba9787f1847b9b4154219b68a78f
pkgname = python-numpy-stl
diff --git a/PKGBUILD b/PKGBUILD
index 07260cf945b4..240f3cb31e14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maikel Wever <maikelwever@gmail.com>
pkgname=python-numpy-stl
-pkgver=2.15.1
+pkgver=2.16.0
pkgrel=2
pkgdesc="Library to make working with STL files (and 3D objects in general) fast and easy"
url="https://github.com/WoLpH/numpy-stl/"
@@ -11,7 +11,7 @@ depends=('python' 'python-numpy' 'python-utils')
makedepends=('cython' 'python-setuptools')
checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-flake8')
source=("numpy-stl-v${pkgver}-2.tar.gz::https://github.com/WoLpH/numpy-stl/archive/v${pkgver}.tar.gz")
-sha256sums=('ab64a7a06c28bd47a1db1768cb2b1b486b383d5e07daad6e3ee555ab22485419')
+sha256sums=('0231f943f1142124242dc5cfc0d2105471c9ba9787f1847b9b4154219b68a78f')
arch=('x86_64')
build() {