diff options
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 0e5868b5c6..159692052e 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 . \ |