libsndfile: use python3 on hostmakedepends

see https://github.com/libsndfile/libsndfile/issues/490
This commit is contained in:
Luna 2020-10-31 17:09:49 -03:00 committed by Érico Nogueira Rolim
parent 85504140d8
commit fc749c3a95
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@ pkgname=libsndfile
version=1.0.30
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config python"
hostmakedepends="pkg-config python3"
makedepends="alsa-lib-devel libvorbis-devel libflac-devel sqlite-devel opus-devel"
short_desc="C library for reading and writing files containing sampled sound"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="http://www.mega-nerd.com/libsndfile"
distfiles="https://github.com/erikd/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
homepage="https://libsndfile.github.io/libsndfile/"
distfiles="https://github.com/libsndfile/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
checksum=9df273302c4fa160567f412e10cc4f76666b66281e7ba48370fb544e87e4611a
libsndfile-progs_package() {