summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f13d21064626..63d9cb72ead0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cytoolz
- pkgdesc = A set of utility functions for iterators, functions, and dictionaries.
+ pkgdesc = A high performance Cython implementation of Toolz functional utilities.
pkgver = 0.8.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pytoolz
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 98794c23d30a..957066c3f2f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase='python-cytoolz'
pkgname='python-cytoolz'
pkgver=0.8.0
-pkgrel=2
-pkgdesc="A set of utility functions for iterators, functions, and dictionaries."
+pkgrel=3
+pkgdesc="A high performance Cython implementation of Toolz functional utilities."
arch=('i686' 'x86_64')
url="https://github.com/pytoolz"
license=('BSD')