diff options
-rw-r--r-- | python/regex/regex.SlackBuild | 5 | ||||
-rw-r--r-- | python/regex/regex.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/python/regex/regex.SlackBuild b/python/regex/regex.SlackBuild index 627440259af6..efd28b66a037 100644 --- a/python/regex/regex.SlackBuild +++ b/python/regex/regex.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=regex -VERSION=${VERSION:-2014.10.01} +VERSION=${VERSION:-2014.10.07} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +60,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -mkdir -p $PRGNAM-$VERSION -cd $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/python/regex/regex.info b/python/regex/regex.info index 954d8f762631..e17e8b0c6b1a 100644 --- a/python/regex/regex.info +++ b/python/regex/regex.info @@ -1,8 +1,8 @@ PRGNAM="regex" -VERSION="2014.10.01" +VERSION="2014.10.07" HOMEPAGE="https://code.google.com/p/mrab-regex-hg/" -DOWNLOAD="https://pypi.python.org/packages/source/r/regex/regex-2014.10.01.tar.gz" -MD5SUM="4bc167291a77d2a968aeb97f47a1577e" +DOWNLOAD="https://pypi.python.org/packages/source/r/regex/regex-2014.10.07.tar.gz" +MD5SUM="9e169b3d3ac75d61d3607ef97c176dd2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |