diff options
author | dslackw <d.zlatanidis@gmail.com> | 2014-08-06 03:28:38 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-06 14:18:47 +0700 |
commit | 31111d6035a8e6e819f6b84ed84c1d32faf5cf88 (patch) | |
tree | e7ac1d4c9690e991eb63f7564e049f3704b6e42c | |
parent | 08e2ab4588c34aa65ec393389b4eeeb737d7149d (diff) | |
download | slackbuilds-31111d6035a8e6e819f6b84ed84c1d32faf5cf88.tar.gz |
libraries/pylast: Updated for version 1.0.0.
Signed-off-by: dslackw <d.zlatanidis@gmail.com>
-rw-r--r-- | libraries/pylast/pylast.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/pylast/pylast.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/libraries/pylast/pylast.SlackBuild b/libraries/pylast/pylast.SlackBuild index 052aedb045..0241429030 100644 --- a/libraries/pylast/pylast.SlackBuild +++ b/libraries/pylast/pylast.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pylast -VERSION=${VERSION:-0.5.11} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,9 +78,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 \ - README PKG-INFO \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/pylast/pylast.info b/libraries/pylast/pylast.info index af303eec87..7ef4b98727 100644 --- a/libraries/pylast/pylast.info +++ b/libraries/pylast/pylast.info @@ -1,8 +1,8 @@ PRGNAM="pylast" -VERSION="0.5.11" +VERSION="1.0.0" HOMEPAGE="http://code.google.com/p/pylast/" -DOWNLOAD="https://pypi.python.org/packages/source/p/pylast/pylast-0.5.11.tar.gz" -MD5SUM="506cf1b13020b3ed2f3c845ea0c9830e" +DOWNLOAD="https://pypi.python.org/packages/source/p/pylast/pylast-1.0.0.tar.gz" +MD5SUM="a8404fee22b55352c9da25d6fa55c38c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |