summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-01-10 11:58:32 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-01-10 11:58:32 +0100
commitacaac5561155c97edded6b4ac8e53eb9b5b22e36 (patch)
tree7302feed8c07688f9b7e320a7531a65da657a972
parente0b79fff4545a7ac9ce27144476d6bacc95c733e (diff)
downloadpackages-acaac5561155c97edded6b4ac8e53eb9b5b22e36.tar.xz
community/newsboat: temporarily adding llvm10 to fix rust compilation
-rw-r--r--community/newsboat/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/newsboat/PKGBUILD b/community/newsboat/PKGBUILD
new file mode 100644
index 00000000..e4e66f70
--- /dev/null
+++ b/community/newsboat/PKGBUILD
@@ -0,0 +1,2 @@
+# rust is too old, needs llvm10 for now
+makedepends+=("llvm10")