libraries/audioread: Updated for version 2.1.3.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-05-31 21:47:08 +03:00 committed by Willy Sudiarto Raharjo
parent cb0965515e
commit 47fc6bae2e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ The library currently supports:
ffmpeg and gst0-python are optional dependencies.
If you want to build this for use with Python 3.x (needs the optional
dependency python3) pass the script PYTHON3=yes, like
If you want to build this for use with Python 3.x (require python3)
pass the script PYTHON3=yes, like
PYTHON3=yes ./audioread.SlackBuild

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=audioread
VERSION=${VERSION:-2.1.2}
VERSION=${VERSION:-2.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="audioread"
VERSION="2.1.2"
VERSION="2.1.3"
HOMEPAGE="https://github.com/sampsyo/audioread"
DOWNLOAD="https://github.com/beetbox/audioread/archive/v2.1.2.tar.gz"
MD5SUM="4b2ea55346c3d16523b08d949b2a7d92"
DOWNLOAD="https://github.com/beetbox/audioread/archive/v2.1.3.tar.gz"
MD5SUM="e09d2afd41f4c3b991e86203610a68b3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""