summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2018-06-08 08:29:26 +0200
committerSimon Legner2018-06-08 08:29:26 +0200
commit8b56cd3d9ac0b28beb9000db402053bd12899518 (patch)
tree788cef84ae1174cc28e873f1dec7c85788d55381
parente9422bb790e0ae17cca00020295ef2ff07d65f22 (diff)
downloadaur-8b56cd3d9ac0b28beb9000db402053bd12899518.tar.gz
Update to 1.4.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75fd745d0a5b..ab598da8582e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-snuggs
pkgdesc = Snuggs are s-expressions for Numpy
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://github.com/mapbox/snuggs
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/s/snuggs/snuggs-1.4.1.tar.gz
- sha256sums = e1d3c9364cec1b1b938627ebfc74f040be66711072d3ae754d844b9435f4940c
+ source = https://files.pythonhosted.org/packages/source/s/snuggs/snuggs-1.4.2.tar.gz
+ sha256sums = 8d56182fc83e1a1893284f69abd35751ce30e8f0a33794c2802e7e5d6547e1f1
pkgname = python-snuggs
diff --git a/PKGBUILD b/PKGBUILD
index f8c26f43ea8f..1d4c6d350eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
-pkgname=('python-snuggs')
+pkgname=python-snuggs
_module='snuggs'
-pkgver='1.4.1'
+pkgver=1.4.2
pkgrel=1
pkgdesc="Snuggs are s-expressions for Numpy"
url="https://github.com/mapbox/snuggs"
@@ -21,4 +21,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
}
-sha256sums=('e1d3c9364cec1b1b938627ebfc74f040be66711072d3ae754d844b9435f4940c')
+sha256sums=('8d56182fc83e1a1893284f69abd35751ce30e8f0a33794c2802e7e5d6547e1f1')