diff options
author | PumpkinCheshire | 2020-11-06 04:59:58 +1100 |
---|---|---|
committer | PumpkinCheshire | 2020-11-06 04:59:58 +1100 |
commit | 0422536e8a1a5bd934a6b1e8b251c081dbbc7a5b (patch) | |
tree | 31e14d6aee4964f2232a7db07cc12a682acfa640 /PKGBUILD | |
parent | 8f43a80157bd1d31f22c3fce4fa508cedcfdbf02 (diff) | |
download | aur-0422536e8a1a5bd934a6b1e8b251c081dbbc7a5b.tar.gz |
quick fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ _name=libpysal pkgname=python-libpysal pkgver=4.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Core components of Python Spatial Analysis Library." arch=('any') url="https://pysal.org/libpysal/" @@ -19,7 +19,7 @@ optdepends=( 'python-numpydoc: documents' 'python-pytest: tests' 'python-pytest-cov: tests' - 'pytest-cov: tests' + 'python-pytest-cov: tests' 'python-matplotlib: tests, plus conda' 'python-codecov: tests' 'python-geomet: plus pip' |