summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-08-18 16:58:41 -0500
committerCarlos Aznarán Laos2021-08-18 16:58:41 -0500
commit79e758baac25cfa5f89ba9304edae5d005314a23 (patch)
tree2d8fa650ec00f5a96f6a6b840dfa51b9238eb4f3
parent687454f6559fd5bcf5075481649d9a29bc32d0f4 (diff)
downloadaur-79e758baac25cfa5f89ba9304edae5d005314a23.tar.gz
Version bump to 0.0.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 076278c89a71..9a928443e6d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-npx
pkgdesc = Some useful extensions for NumPy
- pkgver = 0.0.17
- pkgrel = 2
+ pkgver = 0.0.19
+ pkgrel = 1
url = https://github.com/nschloe/npx
arch = x86_64
license = custom
checkdepends = python-pytest-codeblocks
makedepends = python-setuptools
depends = python-numpy
- source = https://github.com/nschloe/npx/archive/v0.0.17.tar.gz
- sha512sums = 9cbba63aa426ed216e8a679efb2986951419166339ca1eb090945d790a236b189f6334c52bb7eb6f4e1c6d87f357bfc8dcf1407e6b1205babfb58377718477aa
+ source = https://github.com/nschloe/npx/archive/0.0.19.tar.gz
+ sha512sums = f663cff8b5e0ef614ee7bd9721182b7508ad285de4f3bba3ba2c1d22663d0cca93f44f265668738a71123f4f7a48fdb0d9a1d2e9ff8c858ae6e7d25a05808241
pkgname = python-npx
diff --git a/PKGBUILD b/PKGBUILD
index bc9ce0aefc6b..ccbb30226c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_base=npx
pkgname=python-${_base}
pkgdesc="Some useful extensions for NumPy"
-pkgver=0.0.17
-pkgrel=2
+pkgver=0.0.19
+pkgrel=1
arch=('x86_64')
url="https://github.com/nschloe/${_base}"
license=('custom')
depends=(python-numpy)
makedepends=(python-setuptools)
checkdepends=(python-pytest-codeblocks)
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('9cbba63aa426ed216e8a679efb2986951419166339ca1eb090945d790a236b189f6334c52bb7eb6f4e1c6d87f357bfc8dcf1407e6b1205babfb58377718477aa')
+source=(${url}/archive/${pkgver}.tar.gz)
+sha512sums=('f663cff8b5e0ef614ee7bd9721182b7508ad285de4f3bba3ba2c1d22663d0cca93f44f265668738a71123f4f7a48fdb0d9a1d2e9ff8c858ae6e7d25a05808241')
export PYTHONPYCACHEPREFIX="${BUILDDIR}/${pkgname}/.cache/cpython/"