diff options
author | Andrew Rowland <weibullguy@gmail.com> | 2013-07-05 16:48:45 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-07-07 09:11:45 -0300 |
commit | 757fb586bc7aa2056c49b6a97c0c21e862eb95d9 (patch) | |
tree | 988a57b4dc6ed8be8a57e1a7ab28ed8e4b89c191 /python/winpdb | |
parent | eeb5f7926820bd08c8fcd4c7716759b7133c3fe7 (diff) |
python/winpdb: Updated for version 1.4.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/winpdb')
-rw-r--r-- | python/winpdb/winpdb.SlackBuild | 6 | ||||
-rw-r--r-- | python/winpdb/winpdb.info | 12 |
2 files changed, 10 insertions, 8 deletions
diff --git a/python/winpdb/winpdb.SlackBuild b/python/winpdb/winpdb.SlackBuild index afe65f917a98..68e0327050e4 100644 --- a/python/winpdb/winpdb.SlackBuild +++ b/python/winpdb/winpdb.SlackBuild @@ -5,7 +5,7 @@ # Written by Andrew Rowland (darowland@ieee.org) PRGNAM=winpdb -VERSION=${VERSION:-1.4.6} +VERSION=${VERSION:-1.4.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,7 +57,9 @@ 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 README.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + README.txt \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/winpdb/winpdb.info b/python/winpdb/winpdb.info index 42082361c34c..d524df83adc9 100644 --- a/python/winpdb/winpdb.info +++ b/python/winpdb/winpdb.info @@ -1,10 +1,10 @@ PRGNAM="winpdb" -VERSION="1.4.6" -HOMEPAGE="http://sourceforge.net/projects/winpdb/" -DOWNLOAD="http://downloads.sourceforge.net/winpdb/winpdb-1.4.6.tar.gz" -MD5SUM="3658a9aa7ce31ab62590bc0a75635991" +VERSION="1.4.8" +HOMEPAGE="http://winpdb.org/" +DOWNLOAD="http://winpdb.googlecode.com/files/winpdb-1.4.8.tar.gz" +MD5SUM="e28049cc93c1614b9db20960d76b7ea3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="wxPython" MAINTAINER="Andrew Rowland" -EMAIL="darowland@ieee.org" +EMAIL="weibullguy@gmail.com" |