summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5362006b3fc9..bc78f505e4c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 10 17:41:07 UTC 2017
+# Sun Oct 29 10:33:05 UTC 2017
pkgbase = python2-pysal
pkgdesc = Cross-platform library of spatial analysis functions
- pkgver = 1.13.0
+ pkgver = 1.14.2
pkgrel = 1
url = http://pysal.org/
arch = any
@@ -12,8 +12,8 @@ pkgbase = python2-pysal
depends = python2-scipy
depends = python2-numpy
options = !emptydirs
- source = https://github.com/pysal/pysal/archive/v1.13.0.tar.gz
- sha256sums = d4336a3eab927ef17b5375a77c41498fd8edfcfd88eb8e2ae687c41714c2b6cb
+ source = https://github.com/pysal/pysal/archive/v1.14.2.tar.gz
+ sha256sums = 7cea04d42702084777b63389901973579d1d62f7c8d6fe2e999dbb0edd1261cd
pkgname = python2-pysal
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}"