summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python3-toml/.signature4
-rw-r--r--python3-toml/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-toml/.signature b/python3-toml/.signature
index 1c96bf675..746d98186 100644
--- a/python3-toml/.signature
+++ b/python3-toml/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF38vHmhAxGPKA/tOAjwUI65ROlt5rg3N1MDSMaj+O+mpknNNFzS6jJTIKDJhP56D6fB2tFxil7xh2VRTeti23yQE=
-SHA256 (Pkgfile) = c4ea46e881f3beeab7694401108955d2252bf38d608234b215cf9d4bd13fd7df
+RWSagIOpLGJF3wCTZ6niCkx5m2mdUGkDEE82JzcQWHTeURhP+m5/FMzztX+EABm2yzt7wZs1d/aAVS6KD3GIbw9KZ7mFhDDb3g8=
+SHA256 (Pkgfile) = f65a828f57c4831677bde111a18aab85224422ae440cee227a3ec755fb5bac4b
SHA256 (.footprint) = 7af1f443c10a1d806af63b971b6f577745ce9d328ae9633f8f3af1358ddd8fbd
SHA256 (toml-0.10.2.tar.gz) = b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
diff --git a/python3-toml/Pkgfile b/python3-toml/Pkgfile
index 122a71d99..9db4fba26 100644
--- a/python3-toml/Pkgfile
+++ b/python3-toml/Pkgfile
@@ -11,8 +11,8 @@ source=(https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34
build() {
cd toml-$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