summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-10-19 11:36:57 -0500
committerCarlos Aznarán Laos2021-10-19 11:36:57 -0500
commit22ad79331d2e15fecd54642c1ffdb1a0c1adf9e0 (patch)
tree25d573bf992fa4e8b602a8d11e0659370a91c1dd
parent01f88383bf04695d9e254e82d4818e1f63b719c0 (diff)
downloadaur-22ad79331d2e15fecd54642c1ffdb1a0c1adf9e0.tar.gz
Version bump to 0.0.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd84c8e0fe7b..c51238989ae6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-scipyx
pkgdesc = SciPy fixes and extensions
- pkgver = 0.0.16
+ pkgver = 0.0.17
pkgrel = 1
url = https://github.com/nschloe/scipyx
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = python-scipyx
checkdepends = python-pytest-codeblocks
makedepends = python-setuptools
depends = python-scipy
- source = https://github.com/nschloe/scipyx/archive/0.0.16.tar.gz
- sha512sums = f4177a6449c51ba752a51d0c8d21b2fa35a614fabda0199da74f074078a775fb2db29f29d69a3f13b07f2b287e6746f600cd4f4fb36f21174f8d8f7d8b1c1970
+ source = https://github.com/nschloe/scipyx/archive/0.0.17.tar.gz
+ sha512sums = 805538dbccb2111f64b948282027c2a4083a1c4d722427081fe669f6e58dbdb436e065ee3e11d913ae065e1d9b7fbc32cf88a406e88ae9d1a4f0069e2985bf65
pkgname = python-scipyx
diff --git a/PKGBUILD b/PKGBUILD
index 683235352731..30f4e381d426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=scipyx
pkgname=python-${_base}
pkgdesc="SciPy fixes and extensions"
-pkgver=0.0.16
+pkgver=0.0.17
pkgrel=1
arch=('x86_64')
url="https://github.com/nschloe/${_base}"
@@ -12,7 +12,7 @@ depends=(python-scipy)
makedepends=(python-setuptools)
checkdepends=(python-pytest-codeblocks)
source=(${url}/archive/${pkgver}.tar.gz)
-sha512sums=('f4177a6449c51ba752a51d0c8d21b2fa35a614fabda0199da74f074078a775fb2db29f29d69a3f13b07f2b287e6746f600cd4f4fb36f21174f8d8f7d8b1c1970')
+sha512sums=('805538dbccb2111f64b948282027c2a4083a1c4d722427081fe669f6e58dbdb436e065ee3e11d913ae065e1d9b7fbc32cf88a406e88ae9d1a4f0069e2985bf65')
build() {
cd "${_base}-${pkgver}"