python3-PyAudio: update to 0.2.12.

This commit is contained in:
Christopher Brannon 2022-10-15 08:56:25 -07:00 committed by classabbyamp
parent 7f2fadc93d
commit 5bca89a6b7

View file

@ -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
}