summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2019-06-25 18:14:26 +0800
committerJingbei Li2019-06-25 18:14:26 +0800
commitdd3ad012506d0a745770fdfa12775197d42a56da (patch)
treebf98506f132bcbedbc7dca5b4d8051958dae59b7
parent38cb85302e6840a5eb6cedcefaa0b1e723ee1181 (diff)
downloadaur-dd3ad012506d0a745770fdfa12775197d42a56da.tar.gz
upgraded to 0.9.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 229da22bfb70..452ddb8ed779 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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
+ pkgver = 0.9.0.1
pkgrel = 5
url = https://github.com/pytoolz/cytoolz
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python-cytoolz
makedepends = cython2
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/pytoolz/cytoolz/archive/0.9.0.tar.gz
- sha256sums = 177d6bcf76d60efeb5fa04c151e8c2e53a2679d380f1d316b0fd3a1cdffd75fb
+ source = https://files.pythonhosted.org/packages/36/f4/9728ba01ccb2f55df9a5af029b48ba0aaca1081bbd7823ea2ee223ba7a42/cytoolz-0.9.0.1.tar.gz
+ sha256sums = 84cc06fa40aa310f2df79dd440fc5f84c3e20f01f9f7783fc9c38d0a11ba00e5
pkgname = python-cytoolz
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index d842c99db339..64747794ca50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,16 @@
pkgbase='python-cytoolz'
pkgname=('python-cytoolz' 'python2-cytoolz')
_pkgname=cytoolz
-pkgver=0.9.0
+pkgver=0.9.0.1
pkgrel=5
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")
-sha256sums=('177d6bcf76d60efeb5fa04c151e8c2e53a2679d380f1d316b0fd3a1cdffd75fb')
+#source=("$url/archive/${pkgver}.tar.gz")
+source=("https://files.pythonhosted.org/packages/36/f4/9728ba01ccb2f55df9a5af029b48ba0aaca1081bbd7823ea2ee223ba7a42/cytoolz-0.9.0.1.tar.gz")
+sha256sums=('84cc06fa40aa310f2df79dd440fc5f84c3e20f01f9f7783fc9c38d0a11ba00e5')
prepare() {
cd "$srcdir/"