diff options
-rw-r--r-- | libraries/pysendfile/pysendfile.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/pysendfile/pysendfile.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/pysendfile/pysendfile.SlackBuild b/libraries/pysendfile/pysendfile.SlackBuild index 8302a07b66..b4d18f07e5 100644 --- a/libraries/pysendfile/pysendfile.SlackBuild +++ b/libraries/pysendfile/pysendfile.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pysendfile -VERSION=${VERSION:-2.0.0} +VERSION=${VERSION:-2.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,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 HISTORY LICENSE $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.rst HISTORY.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/pysendfile/pysendfile.info b/libraries/pysendfile/pysendfile.info index b029d0b5fb..10accf8a72 100644 --- a/libraries/pysendfile/pysendfile.info +++ b/libraries/pysendfile/pysendfile.info @@ -1,8 +1,8 @@ PRGNAM="pysendfile" -VERSION="2.0.0" +VERSION="2.0.1" HOMEPAGE="http://code.google.com/p/pysendfile/" -DOWNLOAD="http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz" -MD5SUM="bd8d96b64e7c5c5b91ea2a6659aa82a3" +DOWNLOAD="https://pypi.python.org/packages/source/p/pysendfile/pysendfile-2.0.1.tar.gz" +MD5SUM="e7b301eddd703ab74a48c59a8fda1f97" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |