summaryrefslogtreecommitdiff
path: root/community/seamonkey/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/seamonkey/PKGBUILD')
-rw-r--r--community/seamonkey/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/seamonkey/PKGBUILD b/community/seamonkey/PKGBUILD
index e4c017a8..085b4d69 100644
--- a/community/seamonkey/PKGBUILD
+++ b/community/seamonkey/PKGBUILD
@@ -6,3 +6,6 @@ eval "$(
export LDFLAGS="-Wl,--no-keep-memory"
'
)"
+
+# rust is too old, needs llvm10 for now
+makedepends=("${makedepends[@]/llvm/llvm10}")