Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-01-13 10:32:17 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-01-13 10:32:17 +0100
commit2eb9eb3da34e7200198b75b199efb127f72fc048 (patch)
treee98a02bc21caba0a61d7e3a09232277a93feac88 /community
parentafaa60e40646baf85500aed834e2d95c2bf0c53e (diff)
community/blender: disabled openpgl
Diffstat (limited to 'community')
-rw-r--r--community/blender/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD
index 03a1eeb7..97c987b0 100644
--- a/community/blender/PKGBUILD
+++ b/community/blender/PKGBUILD
@@ -52,3 +52,8 @@ eval "$(
$ i patch -Np1 -i "$srcdir"/blender-idprop_create-static-assert-float.patch
'
)"
+
+# fails happily to build
+depends=(
+ ${depends[@]/openpgl/}
+)