summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Boulogne2017-01-28 13:56:08 +0100
committerFrançois Boulogne2017-01-28 13:56:08 +0100
commit20de9ae7a7682c728c39e6394cd6e751aa942652 (patch)
tree7656236f488e95bb4816097cbea26c399ad11ad1
parenta27ef18dff8452a31fb72dee803c8a94e234fe74 (diff)
downloadaur-20de9ae7a7682c728c39e6394cd6e751aa942652.tar.gz
0.8.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c9b7c28ea81..a3430d84e78b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Sat Jan 28 12:55:43 UTC 2017
pkgbase = python-toolz
pkgdesc = A set of utility functions for iterators, functions, and dictionaries.
- pkgver = 0.8.0
- pkgrel = 2
+ pkgver = 0.8.2
+ pkgrel = 1
url = https://github.com/pytoolz
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://pypi.org/packages/source/t/toolz/toolz-0.8.0.tar.gz
+ source = https://pypi.org/packages/source/t/toolz/toolz-0.8.2.tar.gz
source = toolz_LICENSE::https://github.com/pytoolz/toolz/raw/master/LICENSE.txt
- sha256sums = e8451af61face57b7c5d09e71c0d27b8005f001ead56e9fdf470417e5cc6d479
- sha256sums = SKIP
+ sha256sums = 4a13c90c426001d6299c5568cf5b98e095df9c985df194008a67f84ef4fc6c50
+ sha256sums = 053664057b295b2f0c1332291a77102f01a099d87926e449e08a117eea9660bf
pkgname = python-toolz
diff --git a/PKGBUILD b/PKGBUILD
index 21f8e09b4a85..b0ca5ff2a542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase='python-toolz'
pkgname='python-toolz'
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
pkgdesc="A set of utility functions for iterators, functions, and dictionaries."
arch=('any')
url="https://github.com/pytoolz"
@@ -15,8 +15,8 @@ depends=('python')
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/t/toolz/toolz-${pkgver}.tar.gz"
"toolz_LICENSE::https://github.com/pytoolz/toolz/raw/master/LICENSE.txt")
-sha256sums=('e8451af61face57b7c5d09e71c0d27b8005f001ead56e9fdf470417e5cc6d479'
- 'SKIP')
+sha256sums=('4a13c90c426001d6299c5568cf5b98e095df9c985df194008a67f84ef4fc6c50'
+ '053664057b295b2f0c1332291a77102f01a099d87926e449e08a117eea9660bf')
package_python-toolz() {
install -D -m644 toolz_LICENSE "${pkgdir}/usr/share/licenses/python-toolz/LICENSE"