summaryrefslogtreecommitdiffstats
path: root/libraries/GitPython
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-05-04 23:37:23 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-05 23:55:36 +0700
commit3deb7da573528bc73f83c4081e85895fc4bff443 (patch)
tree2fbbf9cc26b6ed2ecf9535dd641866812f58c241 /libraries/GitPython
parent6b8cc602f195b0e82c694a0f0b8a17955a1b15db (diff)
downloadslackbuilds-3deb7da573528bc73f83c4081e85895fc4bff443.tar.gz
slackbuilds-3deb7da573528bc73f83c4081e85895fc4bff443.tar.xz
libraries/GitPython: Updated for version 2.0.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/GitPython')
-rw-r--r--libraries/GitPython/GitPython.SlackBuild6
-rw-r--r--libraries/GitPython/GitPython.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/GitPython/GitPython.SlackBuild b/libraries/GitPython/GitPython.SlackBuild
index 11fe308351..905c4c0ca8 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:-1.0.2}
+VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS CHANGES LICENSE PKG-INFO VERSION $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS CHANGES LICENSE VERSION $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/GitPython/GitPython.info b/libraries/GitPython/GitPython.info
index b5040b0a62..013b5e94d0 100644
--- a/libraries/GitPython/GitPython.info
+++ b/libraries/GitPython/GitPython.info
@@ -1,8 +1,8 @@
PRGNAM="GitPython"
-VERSION="1.0.2"
+VERSION="2.0.2"
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
-DOWNLOAD="https://pypi.python.org/packages/source/G/GitPython/GitPython-1.0.2.tar.gz"
-MD5SUM="d92d96a8da0fc77cf141d3e16084e094"
+DOWNLOAD="https://github.com/gitpython-developers/GitPython/archive/2.0.2.tar.gz"
+MD5SUM="91e0cd88a67e5a111b0ba6fde2f58d51"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gitdb"