summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python3-yaml/.signature4
-rw-r--r--python3-yaml/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-yaml/.signature b/python3-yaml/.signature
index e2ba4ff1e..3479e6130 100644
--- a/python3-yaml/.signature
+++ b/python3-yaml/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3wLrAratu9TApydQ1a12zSMrJ54R+7cAIGDotBNy+HFf+zSul8py89auK5Sj1EDHHEAuEedYDj83SwHDD/AMyQU=
-SHA256 (Pkgfile) = be0c60dfdbbadb11ff45cc1343e09753092fb76a58a9888b3c19a9590c2f08f0
+RWSagIOpLGJF32JGiZOqe1g+YUj8rLF00mox+o49olCqxCKjJZRP4BDamIhVmg+t512PmiUKYzxAMR0VKUQnFpedeSDQslc7pwg=
+SHA256 (Pkgfile) = bcd8a037a89f612cb0bee91a257b61cd393ba6b6733acc30dc14c10ecc65158e
SHA256 (.footprint) = 2ac5bc65686e9a2392f0a72e0406e0d1b6a6138b9151104e01689db9e9ceb9a3
SHA256 (PyYAML-5.3.1.tar.gz) = b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d
diff --git a/python3-yaml/Pkgfile b/python3-yaml/Pkgfile
index b1a095ea6..163be629b 100644
--- a/python3-yaml/Pkgfile
+++ b/python3-yaml/Pkgfile
@@ -10,8 +10,8 @@ source=(https://pyyaml.org/download/pyyaml/PyYAML-$version.tar.gz)
build() {
cd PyYAML-$version
- python3 setup.py --with-libyaml build
- python3 setup.py --with-libyaml install \
+ /usr/bin/python3 setup.py --with-libyaml build
+ /usr/bin/python3 setup.py --with-libyaml install \
--prefix=/usr \
--root=$PKG \
-O1 \

Generated by cgit