mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python-audioread: update to 2.1.2.
This commit is contained in:
parent
75ec3d9a98
commit
079de4ebf7
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-audioread'
|
# Template file for 'python-audioread'
|
||||||
pkgname=python-audioread
|
pkgname=python-audioread
|
||||||
version=2.0.0
|
version=2.1.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="audioread-${version}"
|
wrksrc="audioread-${version}"
|
||||||
|
@ -13,4 +13,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/sampsyo/audioread/"
|
homepage="https://github.com/sampsyo/audioread/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/a/audioread/audioread-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/audioread/audioread-${version}.tar.gz"
|
||||||
checksum=88c73dad947f92cdb98787d6f30913a3bce2636305ac4cd0dac1738908cb2055
|
checksum=c624232c7e9341dd4283fc2777129f522bef3c3350b0e6f02b288799e1cba1af
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
sed -n '2,14p' decode.py > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue