summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-07-11 06:02:23 -0400
committerPatrick Northon2023-07-11 06:02:23 -0400
commit33ea229ff201a2722e35be6ef7a67b72977b7155 (patch)
treefbc2d0f70cf909e8e6d99b76cfdf65c8c4e878b8 /PKGBUILD
parent6679c755bf9766f069066eda1442fb6ee3af23d4 (diff)
downloadaur-python2-scipy.tar.gz
Change python2-imaging optdepend to python2-pillow.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8ba69924536..dd21ef4e804a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ license=(BSD)
makedepends=(gcc-fortran python2-setuptools)
checkdepends=(python2-pytest)
depends=(python2-numpy)
-optdepends=('python2-imaging: for image saving module')
+optdepends=('python2-pillow: for image saving module')
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-$pkgver.tar.xz")
source=("https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
sha512sums=('d7739fa2f25689fc14ddf09477207c990b39b593a85f5c74687df1ffe097f6eee1bb2123aaa286189309f6d3b25cdd7757053d8b1008d1d6b3367a8e3a0a53b1')