summaryrefslogtreecommitdiff
path: root/python3-mutagen
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-03 21:04:15 +0000
committerTim Biermann <tbier@posteo.de>2020-11-03 21:04:15 +0000
commitb7b79e54ca36e7d0b22503ebedbd37efc846f16b (patch)
treef27616727bdcc3b944f7394f21456fff6293380c /python3-mutagen
parentede3385c4a7431f34448bca2d404bf48f9d53690 (diff)
downloadcontrib-b7b79e54ca36e7d0b22503ebedbd37efc846f16b.tar.gz
contrib-b7b79e54ca36e7d0b22503ebedbd37efc846f16b.tar.xz
python3-mutagen: updated python syntax
Diffstat (limited to 'python3-mutagen')
-rw-r--r--python3-mutagen/.signature4
-rw-r--r--python3-mutagen/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-mutagen/.signature b/python3-mutagen/.signature
index e8985c7fb..c32d1de5c 100644
--- a/python3-mutagen/.signature
+++ b/python3-mutagen/.signature
@@ -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
diff --git a/python3-mutagen/Pkgfile b/python3-mutagen/Pkgfile
index 06c1aeae6..2e6c32f11 100644
--- a/python3-mutagen/Pkgfile
+++ b/python3-mutagen/Pkgfile
@@ -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

Generated by cgit