From 716e93a17b54c337cd65e47f56a0ff97f539cb1f Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Sat, 15 Oct 2022 08:56:25 -0700 Subject: [PATCH] python3-PyAudio: update to 0.2.12. --- srcpkgs/python3-PyAudio/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template index 2cac348e90f0..e85fa09ec60a 100644 --- a/srcpkgs/python3-PyAudio/template +++ b/srcpkgs/python3-PyAudio/template @@ -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 " 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 }