diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-20 07:49:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-20 07:49:34 +0700 |
commit | e51206e8e602e7e8452f3d8c0a95aa9f824a5cf9 (patch) | |
tree | e8e48cddeae3b3b1d857faa9daa0c987de8e75d6 /python/python-parsedatetime/python-parsedatetime.SlackBuild | |
parent | 39aad46d2f08e33655f9b8a8830048662aaccf07 (diff) | |
download | slackbuilds-e51206e8e602e7e8452f3d8c0a95aa9f824a5cf9.tar.gz slackbuilds-e51206e8e602e7e8452f3d8c0a95aa9f824a5cf9.tar.xz |
python/python-parsedatetime: Updated for version 2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-parsedatetime/python-parsedatetime.SlackBuild')
-rw-r--r-- | python/python-parsedatetime/python-parsedatetime.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-parsedatetime/python-parsedatetime.SlackBuild b/python/python-parsedatetime/python-parsedatetime.SlackBuild index 281f6eacc3..47e05d073d 100644 --- a/python/python-parsedatetime/python-parsedatetime.SlackBuild +++ b/python/python-parsedatetime/python-parsedatetime.SlackBuild @@ -24,8 +24,8 @@ PRGNAM=python-parsedatetime DIRNAM=parsedatetime -VERSION=${VERSION:-2.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |