python-alsa: change to python3
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
c48a1efe82
commit
a511698de8
2 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'python-alsa'
|
||||
pkgname=python-alsa
|
||||
# Template file for 'python3-alsa'
|
||||
pkgname=python3-alsa
|
||||
version=1.1.6
|
||||
revision=1
|
||||
wrksrc="pyalsa-${version}"
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel alsa-lib-devel"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel alsa-lib-devel"
|
||||
short_desc="Official Python bindings for ALSA"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://alsa-project.org"
|
||||
distfiles="ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-${version}.tar.bz2"
|
||||
distfiles="https://www.alsa-project.org/files/pub/pyalsa/pyalsa-${version}.tar.bz2"
|
||||
checksum=2771291a5d2cf700f0abbe6629ea37468d1463a01b2330d84ef976e1e918676c
|
Loading…
Add table
Add a link
Reference in a new issue