summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-11-06 04:59:58 +1100
committerPumpkinCheshire2020-11-06 04:59:58 +1100
commit0422536e8a1a5bd934a6b1e8b251c081dbbc7a5b (patch)
tree31e14d6aee4964f2232a7db07cc12a682acfa640
parent8f43a80157bd1d31f22c3fce4fa508cedcfdbf02 (diff)
downloadaur-0422536e8a1a5bd934a6b1e8b251c081dbbc7a5b.tar.gz
quick fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab1b465609ee..00a9e4bfbc8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-libpysal
pkgdesc = Core components of Python Spatial Analysis Library.
pkgver = 4.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://pysal.org/libpysal/
arch = any
license = BSD
@@ -21,7 +21,7 @@ pkgbase = python-libpysal
optdepends = python-numpydoc: documents
optdepends = python-pytest: tests
optdepends = python-pytest-cov: tests
- optdepends = pytest-cov: tests
+ optdepends = python-pytest-cov: tests
optdepends = python-matplotlib: tests, plus conda
optdepends = python-codecov: tests
optdepends = python-geomet: plus pip
diff --git a/PKGBUILD b/PKGBUILD
index 64e37130e5b9..6330705ca9d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'