summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5b6492aee41..2a4a4d5ddcc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-toolz
pkgdesc = A set of utility functions for iterators, functions, and dictionaries.
pkgver = 0.9.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pytoolz
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 51a4a1015a11..1937dd53f946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase='python-toolz'
pkgname=('python-toolz' 'python-cytoolz')
pkgver=0.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="A set of utility functions for iterators, functions, and dictionaries."
arch=('any')
url="https://github.com/pytoolz"