diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-31 17:57:36 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 23:54:42 +0700 |
commit | ffd7735760e59fa4e85d0429ad6f39113c450561 (patch) | |
tree | 30cdb756c4a2d35d1b272a91aa4d3ccf1f3fc858 /libraries/GitPython/GitPython.SlackBuild | |
parent | 0e6fd34633bf09e0b404e62abc1a5db3e0b5843e (diff) | |
download | slackbuilds-ffd7735760e59fa4e85d0429ad6f39113c450561.tar.gz |
libraries/GitPython: Updated for version 2.0.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/GitPython/GitPython.SlackBuild')
-rw-r--r-- | libraries/GitPython/GitPython.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/GitPython/GitPython.SlackBuild b/libraries/GitPython/GitPython.SlackBuild index 2878d71e57..a627328c86 100644 --- a/libraries/GitPython/GitPython.SlackBuild +++ b/libraries/GitPython/GitPython.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=GitPython -VERSION=${VERSION:-2.0.3} +VERSION=${VERSION:-2.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG |