diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2014-07-08 07:25:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-08 07:25:53 +0700 |
commit | 76dcf9d52bed045cd307d3f597ac8405cd198444 (patch) | |
tree | 6bbe43862a60ff6ff751b5eca509ce5f86bd0615 /development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild | |
parent | d76195a4b71f62b66e9155b870a9d48e7fa8cc10 (diff) |
development/monodevelop-debugger-gdb: Updated for version 5.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild')
-rw-r--r-- | development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild b/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild index 0e5868b5c6996..159692052e53d 100644 --- a/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild +++ b/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for MonoDevelop GDB Debugger Support -# Written by André Barboza <bmg.andre@gmail.com> +# Written by Andre Barboza <bmg.andre@gmail.com> # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=monodevelop-debugger-gdb -VERSION=${VERSION:-4.2.2} +VERSION=${VERSION:-5.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,7 +49,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION-2.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION-0.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |