python3-mutagen: updated python syntax

This commit is contained in:
Tim Biermann 2020-11-03 21:04:15 +00:00
parent ede3385c4a
commit b7b79e54ca
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30N+VyPXw8mZ9+BNamZ6JHIBYsFeW3orTdyxLM4ln3O6Iql9BIrvgpdMwv6OHx8PAfC1zEKVJtTs1lKDHWKtygc=
SHA256 (Pkgfile) = a3f749e9e6829c4d0a541c9fca3b41ffcab6663d6ba50b835508a581d07ba951
RWSagIOpLGJF36N2tavo02VdvWDOzONZylfETTEMLzQlfYtorOCluojgRYlTa0gFLLHKkt+DjkYTJuSuQKaot3dmarHoXpVKrw8=
SHA256 (Pkgfile) = b7d246d67815f9af7e77a1d37a3800d1583c959c9c1434751e4f1e32e032ccaa
SHA256 (.footprint) = 1b585a64c1dea368fce44958322a88b1a27a127ae403943d798dae36e2dd1b27
SHA256 (python3-mutagen-1.45.1.tar.gz) = 308d5244c7242b084c824bbbea6d56ddd716300e1bce6420cb8c1e6781c0d4f9

View File

@ -10,8 +10,8 @@ source=(https://github.com/quodlibet/mutagen/archive/release-$version/$name-$ver
build() {
cd mutagen-release-$version
python3 setup.py build
python3 setup.py install --skip-build \
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --skip-build \
--optimize=1 \
--prefix=/usr \
--root=$PKG