summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-10-12 11:31:28 -0500
committerCarlos Aznarán Laos2021-10-12 11:31:28 -0500
commit66cd67185f94f38606fb397fb4c62afa3ed4a246 (patch)
treea0706381010fe06c7318dd235cd52aa5d2b495c0 /PKGBUILD
parent54824cdba7690626565ac1565afe88e3747b90f1 (diff)
downloadaur-66cd67185f94f38606fb397fb4c62afa3ed4a246.tar.gz
Remove scipy duplication name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcd3869d4e2d..724af740758a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _base=viscm
pkgname=python-${_base}
pkgdesc="A tool for visualizing and designing colormaps using colorspacious and matplotlib"
pkgver=0.9
-pkgrel=2
+pkgrel=3
arch=('any')
url="https://github.com/matplotlib/${_base}"
license=(MIT)
depends=(python-matplotlib python-colorspacious)
-makedepends=(python-setuptools python-scipy)
-checkdepends=(python-pyqt5 scipy)
+makedepends=(python-setuptools)
+checkdepends=(python-pyqt5 python-scipy)
source=(${url}/archive/v${pkgver}.tar.gz)
sha512sums=('aa352f12c243f9940297dc2799e1ad1e649f8bfc0c3a5bb772f351ec0d3c380619382da847e090c1191840036a3f06ccf552658c59ce2296f576e5213884e334')