summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornotfood2021-02-25 22:52:18 -0500
committernotfood2021-02-25 22:52:18 -0500
commitd8accc645cc3454d450ddb764d46ef3bb3292721 (patch)
treeb4fe1a0a138d1245c9b631d32f554852da64bd9c
parentfe083dbcf5c22bbfd2a3a0131556f3ef9bbff1dc (diff)
downloadaur-d8accc645cc3454d450ddb764d46ef3bb3292721.tar.gz
Use bundled python, native is broken
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c02e81d952b1..7f77d38b5d37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,8 +43,8 @@ build() {
wget -nc "https://builder.blender.org/download/$_full"
tar -xJ -f "$_full"
cd "${_full%.tar.xz}"
- # Remove included Python installation, so system Python is used instead. (python 3.9)
- rm -rf "$_upstreamversion/python"
+ # Remove included Python installation, so system Python is used instead. (python 3.9) (broken 2021-02-25)
+ # rm -rf "$_upstreamversion/python"
sed -i "s/=blender/=blender-$_upstreamversion/" blender.desktop
sed -i "s/=Blender/=Blender-$_upstreamversion/" blender.desktop
#for f in datafiles/icons/*/apps/blender.* ; do chmod 644 $f && mv $f "${f%.*}-$_upstreamversion.${f#*.}" ; done