diff options
author | Blair Bonnett | 2021-03-28 09:42:49 +0200 |
---|---|---|
committer | Blair Bonnett | 2021-03-28 09:42:49 +0200 |
commit | a7b00c5033ae944d49af23dc2049db89d911fcbd (patch) | |
tree | 6f6c9283139b43b4eec556c4d16f3b6459b3bdfd | |
parent | 64ef6b9b044f18c749b27dcdc23e26bef638c81c (diff) | |
download | aur-a7b00c5033ae944d49af23dc2049db89d911fcbd.tar.gz |
Update to 2.16.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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() { |