diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
commit | 71e00d88efd371016987ec327ff80f68a99ca276 (patch) | |
tree | 94677bf2abe9adb3b1c338268a7f968da9a508cb /python3-mutagen | |
parent | 79945f16dd470e72516c67568eb4e356a5d8d196 (diff) | |
parent | 145b859b2549fb1fe4eb16a6dc0f9807d2f1b462 (diff) | |
download | contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.gz contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.xz |
Merge branch '3.5' into 3.6
Diffstat (limited to 'python3-mutagen')
-rw-r--r-- | python3-mutagen/.signature | 4 | ||||
-rw-r--r-- | python3-mutagen/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-mutagen/.signature b/python3-mutagen/.signature index 8e505f54b..c00f284d5 100644 --- a/python3-mutagen/.signature +++ b/python3-mutagen/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32PMudjvxG80jZ2KlroZ8kdvueIcyM+yRPdAYjcWBo5nwTBsRXD2ZAoyZBKC5xDTN7a07hlMF6kRQvYhpzLr6gE= -SHA256 (Pkgfile) = a3f749e9e6829c4d0a541c9fca3b41ffcab6663d6ba50b835508a581d07ba951 +RWSagIOpLGJF35M2lLegdk5upOB7epqwlsLGWLOpD8I3OuaqI7ZxyON8GEqW16m+96iFsCtGxh28jZPWS0EBQdNK57XbSVHVcwk= +SHA256 (Pkgfile) = b7d246d67815f9af7e77a1d37a3800d1583c959c9c1434751e4f1e32e032ccaa SHA256 (.footprint) = a34a5944ef0110d0d111890615d85ad6dc040a9a04891d36cf7940c2d1ee806a 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 |