summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"