summaryrefslogtreecommitdiff
path: root/community/seamonkey/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-11-19 10:29:08 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-11-19 10:29:08 +0100
commitf8a8137bb07d208232c39ef3ed66ef3f6dd7273c (patch)
tree9a678060950f8e2a094d05cdafebede712065b80 /community/seamonkey/PKGBUILD
parent882ebf15b67aaebba0f050fe1f5ed0b459d75166 (diff)
downloadpackages-f8a8137bb07d208232c39ef3ed66ef3f6dd7273c.tar.xz
community/seamonkey: forced build using older rust and llvm10
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}")