summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-04 08:02:29 -0500
committerGuillaume Horel2019-11-04 08:02:29 -0500
commit249a3d1609839ff42e6ec9b219c2400950c92c78 (patch)
tree08160c8b45469862bf68cb28927b8e020e1448a8 /PKGBUILD
parent4d2a946f34b96ecd5dbeeae7044925c2e71cc869 (diff)
downloadaur-249a3d1609839ff42e6ec9b219c2400950c92c78.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a55942b28ac..e9cbf4bed545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-traittypes')
_module='traittypes'
-pkgver='0.0.6'
+pkgver='0.2.1'
pkgrel=1
pkgdesc="Traitlet types for NumPy, SciPy and friends."
url="https://github.com/jupyter-widgets/traittypes"
@@ -9,12 +9,12 @@ depends=('python'
'python-traitlets'
'python-numpy'
'python-pandas')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-xarray')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://github.com/jupyter-widgets/traittypes/archive/${pkgver}.tar.gz")
-sha256sums=('8b2a8a68ef83aa8dc11a0e3b91f83cb3b9709089db85e3ca49aec990f644748c')
+sha256sums=('f498c418d04551ea3b21fd97d1f3dcfbc114a672231580bb4e044a188f46efeb')
build() {
cd "${srcdir}/${_module}-${pkgver}"