mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 14:47:03 +02:00
python3-PyAudio: update to 0.2.12.
This commit is contained in:
parent
7f2fadc93d
commit
5bca89a6b7
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-PyAudio'
|
||||
pkgname=python3-PyAudio
|
||||
version=0.2.11
|
||||
revision=7
|
||||
version=0.2.12
|
||||
revision=1
|
||||
wrksrc="PyAudio-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -12,9 +12,9 @@ maintainer="Cameron Nemo <cam@nohom.org>"
|
|||
license="MIT"
|
||||
homepage="https://people.csail.mit.edu/hubert/pyaudio/"
|
||||
distfiles="${PYPI_SITE}/P/PyAudio/PyAudio-${version}.tar.gz"
|
||||
checksum=93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74
|
||||
checksum=55ddf5db72bc537bba5f5dbca3ab9f0222ee5b842bda83978eab0b7b8f60fb9e
|
||||
|
||||
post_install() {
|
||||
sed -n '/Copyright/,/SOFTWARE\./p'< README > LICENSE
|
||||
sed -n '/Copyright/,/SOFTWARE\./p'< README.md > LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue