summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2019-10-17 13:31:03 +0800
committerJingbei Li2019-10-17 13:31:03 +0800
commitb655ecae8b7516d23f8ca4f0861c3695f4a6cadb (patch)
treef8e9e3de8693b03d7f36b12a326c268aaa5306ab
parentdd3ad012506d0a745770fdfa12775197d42a56da (diff)
downloadaur-b655ecae8b7516d23f8ca4f0861c3695f4a6cadb.tar.gz
upgraded to 0.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 452ddb8ed779..5c6aaf5fc9b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cytoolz
pkgdesc = Cython implementation of the toolz package, which provides high performance utility functions for iterables, functions, and dictionaries.
- pkgver = 0.9.0.1
- pkgrel = 5
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://github.com/pytoolz/cytoolz
arch = x86_64
license = BSD
@@ -9,8 +9,8 @@ pkgbase = python-cytoolz
makedepends = cython2
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/36/f4/9728ba01ccb2f55df9a5af029b48ba0aaca1081bbd7823ea2ee223ba7a42/cytoolz-0.9.0.1.tar.gz
- sha256sums = 84cc06fa40aa310f2df79dd440fc5f84c3e20f01f9f7783fc9c38d0a11ba00e5
+ source = https://github.com/pytoolz/cytoolz/archive/0.10.0.tar.gz
+ sha256sums = 2a6883f43b330b9e68ce044e03657601d9a72cc9b66c0e6be4aa7b3a95e9c5a7
pkgname = python-cytoolz
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 64747794ca50..db408e6767e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgbase='python-cytoolz'
pkgname=('python-cytoolz' 'python2-cytoolz')
_pkgname=cytoolz
-pkgver=0.9.0.1
-pkgrel=5
+pkgver=0.10.0
+pkgrel=1
pkgdesc="Cython implementation of the toolz package, which provides high performance utility functions for iterables, functions, and dictionaries."
arch=('x86_64')
url="https://github.com/pytoolz/cytoolz"
license=('BSD')
makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-#source=("$url/archive/${pkgver}.tar.gz")
-source=("https://files.pythonhosted.org/packages/36/f4/9728ba01ccb2f55df9a5af029b48ba0aaca1081bbd7823ea2ee223ba7a42/cytoolz-0.9.0.1.tar.gz")
-sha256sums=('84cc06fa40aa310f2df79dd440fc5f84c3e20f01f9f7783fc9c38d0a11ba00e5')
+source=("$url/archive/${pkgver}.tar.gz")
+#source=("https://files.pythonhosted.org/packages/36/f4/9728ba01ccb2f55df9a5af029b48ba0aaca1081bbd7823ea2ee223ba7a42/cytoolz-0.9.0.1.tar.gz")
+sha256sums=('2a6883f43b330b9e68ce044e03657601d9a72cc9b66c0e6be4aa7b3a95e9c5a7')
prepare() {
cd "$srcdir/"