summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47cb97bf5ded..232fbb629756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgbase='python-toolz'
pkgname=('python-toolz' 'python2-toolz')
_pkgname=toolz
-pkgver=0.9.0
-pkgrel=5
+pkgver=0.10.0
+pkgrel=1
pkgdesc="A set of utility functions for iterators, functions, and dictionaries."
arch=('any')
url="https://github.com/pytoolz/toolz"
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("$url/archive/${pkgver}.tar.gz")
-sha256sums=('9173e5e9450ded2d1d177cae610e523228cf6c8c19e2f9d0394ca93284f1de43')
+sha256sums=('48317c9b6bacb7ddde16fb7aa793a6db04cffbdb04733271af2d8904465ed073')
prepare() {
cd "$srcdir/"