diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2015-03-02 14:08:14 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-08 06:35:02 +0700 |
commit | 133d9f1c2644c2edbb2dbf9269ee37df9415a9b4 (patch) | |
tree | 3aeebaa9441cfda82926ec134310188d4c62f851 /python/gst1-python/gst1-python.SlackBuild | |
parent | f6ccdfa194a7b3a19e5f07459c3a8a8a872eae81 (diff) |
python/gst1-python: Updated for version 1.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/gst1-python/gst1-python.SlackBuild')
-rw-r--r-- | python/gst1-python/gst1-python.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/gst1-python/gst1-python.SlackBuild b/python/gst1-python/gst1-python.SlackBuild index 5453bd691629..1370d932788f 100644 --- a/python/gst1-python/gst1-python.SlackBuild +++ b/python/gst1-python/gst1-python.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gst1-python -# Copyright 2014 Robby Workman, Northport, Alabama, USA +# Copyright 2014-2015 Robby Workman, Tuscaloosa, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=gst1-python SRCNAM=gst-python -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 +tar xvf $CWD/$SRCNAM-$VERSION.tar.xz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ |