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-discid | |
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-discid')
-rw-r--r-- | python3-discid/.signature | 4 | ||||
-rw-r--r-- | python3-discid/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-discid/.signature b/python3-discid/.signature index e128a41b7..48af72975 100644 --- a/python3-discid/.signature +++ b/python3-discid/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3x1CAEUwsKaYaBJROLXNTc1d5xeCpOpKVGXpqHv3YTlX9BCcksBmk/42VfhyvDWc8W3PMHyOkzYiPIwwpkj3Jgo= -SHA256 (Pkgfile) = f8bf8fe048f37dac63f853cb45cc22d4aae2a847eeb5a9069db70c43147cfcbd +RWSagIOpLGJF3+aOoOk92aRG+V0Q3dBkD9LM6MD33MfXrPCaxz9CZUQUSs1kj23eNLcYtIlrzzZaGBt2bRKgHib90k/0LPGqGgU= +SHA256 (Pkgfile) = 393c0d657dd72d035973c660e059f64d8506f1e14108afb045dd725518b1b59a SHA256 (.footprint) = 25a2d82b3b397ec63c70b8ddea282421fc09c376840652046a5d36e5200842f1 SHA256 (python3-discid-1.2.0.tar.gz) = 4eec56f054d960b66c4e42c711c317e987dd50c9e7267a29f7adadd9ceee664f diff --git a/python3-discid/Pkgfile b/python3-discid/Pkgfile index aafc866c5..b1e723114 100644 --- a/python3-discid/Pkgfile +++ b/python3-discid/Pkgfile @@ -10,8 +10,8 @@ source=(https://github.com/JonnyJD/python-discid/archive/v$version/$name-$versio build() { cd python-discid-$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 \ --root=$PKG \ --optimize=1 } |