summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 041453a67316..a9238046a1db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-snuggs
pkgdesc = Provide s-expressions for Numpy, for Python 2.7
- pkgver = 1.4.2
+ pkgver = 1.4.7
pkgrel = 1
url = https://github.com/mapbox/snuggs
arch = any
@@ -10,10 +10,9 @@ pkgbase = python2-snuggs
depends = python2-numpy
depends = python2-pyparsing
options = !emptydirs
- source = https://files.pythonhosted.org/packages/07/d9/284b51b951fe2d56266be31f2d5c788b5e8251fdafe5121721d9d36940e1/snuggs-1.4.2.tar.gz
- source = https://raw.githubusercontent.com/mapbox/snuggs/1.4.2/LICENSE
- sha256sums = 8d56182fc83e1a1893284f69abd35751ce30e8f0a33794c2802e7e5d6547e1f1
+ source = https://files.pythonhosted.org/packages/93/19/0d11ab370735dde61076a0e41644e5593821776e69e3b0344626cfa0e56a/snuggs-1.4.7.tar.gz
+ source = https://raw.githubusercontent.com/mapbox/snuggs/1.4.7/LICENSE
+ sha256sums = 501cf113fe3892e14e2fee76da5cd0606b7e149c411c271898e6259ebde2617b
sha256sums = 29460627842ca33c406297d8b9b2805d8faeb22de7a145358509533b4eca4599
pkgname = python2-snuggs
-
diff --git a/PKGBUILD b/PKGBUILD
index 49c7ce2e6ce2..fc94ca9f149f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Danilo J. S. Bellini <danilo dot bellini at gmail dot com>
_name=snuggs
pkgname=('python2-snuggs')
-pkgver=1.4.2
+pkgver=1.4.7
pkgrel=1
pkgdesc="Provide s-expressions for Numpy, for Python 2.7"
arch=('any')
@@ -10,10 +10,10 @@ license=('MIT')
makedepends=('python2-setuptools')
depends=('python2-click' 'python2-numpy' 'python2-pyparsing')
options=(!emptydirs)
-sha256sums=('8d56182fc83e1a1893284f69abd35751ce30e8f0a33794c2802e7e5d6547e1f1'
+sha256sums=('501cf113fe3892e14e2fee76da5cd0606b7e149c411c271898e6259ebde2617b'
'29460627842ca33c406297d8b9b2805d8faeb22de7a145358509533b4eca4599')
_pypi='https://files.pythonhosted.org/packages'
-_path='07/d9/284b51b951fe2d56266be31f2d5c788b5e8251fdafe5121721d9d36940e1'
+_path='93/19/0d11ab370735dde61076a0e41644e5593821776e69e3b0344626cfa0e56a'
source=("$_pypi/$_path/$_name-$pkgver.tar.gz"
"https://raw.githubusercontent.com/mapbox/$_name/$pkgver/LICENSE")