summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël Donval2016-09-03 13:28:49 +0200
committerGaël Donval2016-09-03 13:28:49 +0200
commit3149453f7afef0fa67f55a1f229f83583fdc011c (patch)
tree80481e498d72654614992489f060772028eaacf7
parentba6ffec0633de62766ffc6d85d060f15cd7e2b50 (diff)
downloadaur-3149453f7afef0fa67f55a1f229f83583fdc011c.tar.gz
Provide a better description
-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')