diff options
author | Arn0 <yth@ythogtha.org> | 2023-02-28 11:01:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:35 +0700 |
commit | 805d011409d30fb0ffe5c35540c15a46fe8a31b8 (patch) | |
tree | c0959da75c1ee92247d89aae3df2c02d4ea3b948 /python/python2-automat/python2-automat.SlackBuild | |
parent | a7e63025416cd8ade96917cec1faecc346385d63 (diff) |
python/python2-automat: Updated for version 22.10.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-automat/python2-automat.SlackBuild')
-rw-r--r-- | python/python2-automat/python2-automat.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/python2-automat/python2-automat.SlackBuild b/python/python2-automat/python2-automat.SlackBuild index fabf7719d7..eca4b62746 100644 --- a/python/python2-automat/python2-automat.SlackBuild +++ b/python/python2-automat/python2-automat.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-automat SRCNAM=Automat -VERSION=${VERSION:-20.2.0} +VERSION=${VERSION:-22.10.0} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -74,7 +74,6 @@ cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION -cat $CWD/optional_m2r.diff | patch -p1 chown -R root:root . find -L . \ |