summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2019-09-24 21:22:46 +0200
committerSimon Legner2019-09-24 21:22:46 +0200
commit597d652dc70b164294db3b6092d8df445053e167 (patch)
treeee2ca484669687202928575bc3461c646af3b71d
parentddc6fa8537ade11d7a2964acd42dd791364f37e0 (diff)
downloadaur-597d652dc70b164294db3b6092d8df445053e167.tar.gz
upgpkg: python-snuggs 1.4.7-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e6c845650d7..febc13e9a37b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-snuggs
pkgdesc = Snuggs are s-expressions for Numpy
- pkgver = 1.4.6
+ pkgver = 1.4.7
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.6.tar.gz
- sha256sums = 8b87e5754fd2d0d1295b70bd502419f6f82be98c4bf668552da9d7c5f4387d1f
+ source = https://files.pythonhosted.org/packages/source/s/snuggs/snuggs-1.4.7.tar.gz
+ sha256sums = 501cf113fe3892e14e2fee76da5cd0606b7e149c411c271898e6259ebde2617b
pkgname = python-snuggs
diff --git a/PKGBUILD b/PKGBUILD
index 34726d40349e..270ca54c7ab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=python-snuggs
_module='snuggs'
-pkgver=1.4.6
+pkgver=1.4.7
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=('8b87e5754fd2d0d1295b70bd502419f6f82be98c4bf668552da9d7c5f4387d1f')
+sha256sums=('501cf113fe3892e14e2fee76da5cd0606b7e149c411c271898e6259ebde2617b')