Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
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/}
+)