summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël Donval2018-06-18 18:17:02 +0100
committerGaël Donval2018-06-18 18:17:02 +0100
commit0d63038338544c51b4aa021adb5b8fad01ab6c89 (patch)
treea18c26297b158c7be833671784998da476ef9e78
parent20de9ae7a7682c728c39e6394cd6e751aa942652 (diff)
downloadaur-0d63038338544c51b4aa021adb5b8fad01ab6c89.tar.gz
0.8.2 -> 0.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3430d84e78b..4c9848d54468 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# 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.2
+ pkgver = 0.9.0
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.2.tar.gz
+ source = https://pypi.org/packages/source/t/toolz/toolz-0.9.0.tar.gz
source = toolz_LICENSE::https://github.com/pytoolz/toolz/raw/master/LICENSE.txt
- sha256sums = 4a13c90c426001d6299c5568cf5b98e095df9c985df194008a67f84ef4fc6c50
+ sha256sums = 929f0a7ea7f61c178bd951bdae93920515d3fbdbafc8e6caf82d752b9b3b31c9
sha256sums = 053664057b295b2f0c1332291a77102f01a099d87926e449e08a117eea9660bf
pkgname = python-toolz
diff --git a/PKGBUILD b/PKGBUILD
index b0ca5ff2a542..4267af0a9c9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase='python-toolz'
pkgname='python-toolz'
-pkgver=0.8.2
+pkgver=0.9.0
pkgrel=1
pkgdesc="A set of utility functions for iterators, functions, and dictionaries."
arch=('any')
@@ -15,7 +15,7 @@ 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=('4a13c90c426001d6299c5568cf5b98e095df9c985df194008a67f84ef4fc6c50'
+sha256sums=('929f0a7ea7f61c178bd951bdae93920515d3fbdbafc8e6caf82d752b9b3b31c9'
'053664057b295b2f0c1332291a77102f01a099d87926e449e08a117eea9660bf')
package_python-toolz() {