summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50c9b06d31fb..97811a4f2239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Javier Torres <jtorres@carto.com>
pkgname=python2-pysal
-pkgver=1.13.0
+pkgver=1.14.2
pkgrel=1
pkgdesc='Cross-platform library of spatial analysis functions'
arch=('any')
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python2' 'python2-setuptools' 'python2-scipy' 'python2-numpy')
options=(!emptydirs)
source=("https://github.com/pysal/pysal/archive/v${pkgver}.tar.gz")
-sha256sums=('d4336a3eab927ef17b5375a77c41498fd8edfcfd88eb8e2ae687c41714c2b6cb')
+sha256sums=('7cea04d42702084777b63389901973579d1d62f7c8d6fe2e999dbb0edd1261cd')
package() {
cd "${srcdir}/pysal-${pkgver}"